Skip to content

Commit a9cd161

Browse files
Update GitHub Artifact Actions (major) (#493)
Update GitHub Artifact Actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79a932b commit a9cd161

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@v5.0.0
37+
uses: actions/upload-artifact@v6.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@v6.0.0
55+
uses: actions/download-artifact@v7.0.0
5656
with:
5757
name: "dist"
5858
path: "dist/"

0 commit comments

Comments
 (0)