Skip to content

Commit 2756879

Browse files
committed
Upgrade upload/download workflows simultaneously
Supersedes #33, #34.
1 parent 2583621 commit 2756879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: "npm run lint"
2323
- run: "npm run test:cover"
2424
- run: "npm run build"
25-
- uses: "actions/upload-artifact@v5"
25+
- uses: "actions/upload-artifact@v6"
2626
with:
2727
if-no-files-found: "error"
2828
name: "build-output"
@@ -41,7 +41,7 @@ jobs:
4141
cache: "npm"
4242
node-version: "24"
4343
- run: "npm ci --omit dev"
44-
- uses: "actions/download-artifact@v5"
44+
- uses: "actions/download-artifact@v7"
4545
with:
4646
name: "build-output"
4747
path: "lib/"

0 commit comments

Comments
 (0)