Skip to content

Commit 5f23701

Browse files
authored
Fix diff shades CI (psf#4576)
1 parent 9c12956 commit 5f23701

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/diff_shades.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ jobs:
110110
${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
111111
112112
- name: Upload diff report
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: ${{ matrix.mode }}-diff.html
116116
path: diff.html
117117

118118
- name: Upload baseline analysis
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: ${{ matrix.baseline-analysis }}
122122
path: ${{ matrix.baseline-analysis }}
123123

124124
- name: Upload target analysis
125-
uses: actions/upload-artifact@v3
125+
uses: actions/upload-artifact@v4
126126
with:
127127
name: ${{ matrix.target-analysis }}
128128
path: ${{ matrix.target-analysis }}
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Upload summary file (PR only)
139139
if: github.event_name == 'pull_request' && matrix.mode == 'preview-changes'
140-
uses: actions/upload-artifact@v3
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: .pr-comment.json
143143
path: .pr-comment.json

0 commit comments

Comments
 (0)