Skip to content

Commit 6f5d73c

Browse files
Update GitHub Artifact Actions
1 parent 382162d commit 6f5d73c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check_pr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
env:
167167
GH_ACCESS_TOKEN: ${{ secrets.CUSTOM_GITHUB_PAT }}
168168

169-
- uses: actions/upload-artifact@v4
169+
- uses: actions/upload-artifact@v5
170170
with:
171171
name: issues-dump
172172
path: downloaded/
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
python-version: '3.13'
193193

194-
- uses: actions/download-artifact@v5
194+
- uses: actions/download-artifact@v6
195195
with:
196196
name: issues-dump
197197
path: downloaded/
@@ -228,7 +228,7 @@ jobs:
228228
RIGHT_ORIGIN: ${{ inputs.right_origin }}
229229
TQDM_MININTERVAL: '5'
230230

231-
- uses: actions/upload-artifact@v4
231+
- uses: actions/upload-artifact@v5
232232
with:
233233
name: results-${{ matrix.shard }}-${{ matrix.side }}
234234
path: outputs/
@@ -257,11 +257,11 @@ jobs:
257257
with:
258258
python-version: '3.13'
259259

260-
- uses: actions/download-artifact@v5
260+
- uses: actions/download-artifact@v6
261261
with:
262262
name: issues-dump
263263
path: downloaded/
264-
- uses: actions/download-artifact@v5
264+
- uses: actions/download-artifact@v6
265265
with:
266266
pattern: results-*
267267
path: outputs/

0 commit comments

Comments
 (0)