We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2583621 commit 2756879Copy full SHA for 2756879
1 file changed
.github/workflows/push.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: "npm run lint"
23
- run: "npm run test:cover"
24
- run: "npm run build"
25
- - uses: "actions/upload-artifact@v5"
+ - uses: "actions/upload-artifact@v6"
26
with:
27
if-no-files-found: "error"
28
name: "build-output"
@@ -41,7 +41,7 @@ jobs:
41
cache: "npm"
42
node-version: "24"
43
- run: "npm ci --omit dev"
44
- - uses: "actions/download-artifact@v5"
+ - uses: "actions/download-artifact@v7"
45
46
47
path: "lib/"
0 commit comments