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 263eb37 commit 6f80566Copy full SHA for 6f80566
.github/workflows/npm-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
registry-url: https://registry.npmjs.org/
47
- name: Set env
48
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
49
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
50
with:
51
name: dist
52
path: ./dist
0 commit comments