Skip to content

Commit a305982

Browse files
Update GitHub Artifact Actions
1 parent 34c6de5 commit a305982

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
@@ -68,7 +68,7 @@ jobs:
6868
run: ${{ matrix.target.command }}
6969

7070
- name: Upload ${{ matrix.target.name }} artifact
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: ${{ matrix.target.artifact }}
7474
path: ${{ matrix.target.path }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Download artifacts
85-
uses: actions/download-artifact@v7
85+
uses: actions/download-artifact@v8
8686
with:
8787
path: dist
8888

0 commit comments

Comments
 (0)