Skip to content

Commit 34dd956

Browse files
chore(deps): update github artifact actions
1 parent 84544e6 commit 34dd956

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
@@ -182,7 +182,7 @@ jobs:
182182
tar -czf "dist/$asset.tar.gz" -C package .
183183
184184
- name: Upload release artifact
185-
uses: actions/upload-artifact@v4
185+
uses: actions/upload-artifact@v7
186186
with:
187187
name: release-${{ matrix.target }}
188188
path: |
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Download release artifacts
199-
uses: actions/download-artifact@v4
199+
uses: actions/download-artifact@v8
200200
with:
201201
pattern: release-*
202202
path: dist

0 commit comments

Comments
 (0)