Skip to content

Commit 7d9a3ad

Browse files
committed
ci: downgrade artifact actions to v3
1 parent ff99541 commit 7d9a3ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
open(sum_path, 'x').write(hex_sum)
258258
259259
- name: Upload assets to artifact
260-
uses: actions/upload-artifact@v4
260+
uses: actions/upload-artifact@v3
261261
with:
262262
name: binaries
263263
path: assets/*
@@ -287,7 +287,7 @@ jobs:
287287
persist-credentials: false
288288

289289
- name: Retrieve assets from artifact
290-
uses: actions/download-artifact@v4
290+
uses: actions/download-artifact@v3
291291
with:
292292
name: binaries
293293
path: assets
@@ -407,7 +407,7 @@ jobs:
407407
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
408408

409409
- name: Retrieve assets from artifact
410-
uses: actions/download-artifact@v4
410+
uses: actions/download-artifact@v3
411411
with:
412412
name: binaries
413413
path: assets

0 commit comments

Comments
 (0)