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 8051ebf commit 6374faeCopy full SHA for 6374fae
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
id: tagInfo
38
run: |-
39
echo "releaseTag=$(jq '.releaseTag // "latest"' version.json)" | tee -a $GITHUB_OUTPUT
40
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
41
with:
42
name: npm-package
43
path: |
@@ -55,7 +55,7 @@ jobs:
55
56
node-version: 22
57
registry-url: "https://registry.npmjs.org"
58
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
59
name: Download npm package
60
61
0 commit comments