Skip to content

Commit 4846b91

Browse files
Update GitHub Artifact Actions (major) (#469)
1 parent ae1ea27 commit 4846b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: scripts/build
3535

3636
- name: Upload dists
37-
uses: actions/upload-artifact@v4.6.2
37+
uses: actions/upload-artifact@v5.0.0
3838
with:
3939
name: "dist"
4040
path: "dist/"
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download dists
55-
uses: actions/download-artifact@v5.0.0
55+
uses: actions/download-artifact@v6.0.0
5656
with:
5757
name: "dist"
5858
path: "dist/"

0 commit comments

Comments
 (0)