Fix diff shades CI (#4576)
This commit is contained in:
parent
9c129567e7
commit
5f23701708
8
.github/workflows/diff_shades.yml
vendored
8
.github/workflows/diff_shades.yml
vendored
@ -110,19 +110,19 @@ jobs:
|
|||||||
${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
|
${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
|
||||||
|
|
||||||
- name: Upload diff report
|
- name: Upload diff report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.mode }}-diff.html
|
name: ${{ matrix.mode }}-diff.html
|
||||||
path: diff.html
|
path: diff.html
|
||||||
|
|
||||||
- name: Upload baseline analysis
|
- name: Upload baseline analysis
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.baseline-analysis }}
|
name: ${{ matrix.baseline-analysis }}
|
||||||
path: ${{ matrix.baseline-analysis }}
|
path: ${{ matrix.baseline-analysis }}
|
||||||
|
|
||||||
- name: Upload target analysis
|
- name: Upload target analysis
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target-analysis }}
|
name: ${{ matrix.target-analysis }}
|
||||||
path: ${{ matrix.target-analysis }}
|
path: ${{ matrix.target-analysis }}
|
||||||
@ -137,7 +137,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload summary file (PR only)
|
- name: Upload summary file (PR only)
|
||||||
if: github.event_name == 'pull_request' && matrix.mode == 'preview-changes'
|
if: github.event_name == 'pull_request' && matrix.mode == 'preview-changes'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: .pr-comment.json
|
name: .pr-comment.json
|
||||||
path: .pr-comment.json
|
path: .pr-comment.json
|
||||||
|
Loading…
Reference in New Issue
Block a user