Skip to content

Commit 3a5d1db

Browse files
Update GitHub Artifact Actions
1 parent 577281c commit 3a5d1db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ${{ matrix.target.command }}
6767

6868
- name: Upload ${{ matrix.target.name }} artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: ${{ matrix.target.artifact }}
7272
path: ${{ matrix.target.path }}
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Download artifacts
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v7
8484
with:
8585
path: dist
8686

0 commit comments

Comments
 (0)