Skip to content

Commit b43b066

Browse files
chore(deps): update github artifact actions
1 parent 8f353dd commit b43b066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- name: Upload dist
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: dist
3232
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: '20.x'
4949
- name: Download dist
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: dist
5353
path: dist

0 commit comments

Comments
 (0)