We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca0f6d + 8dd19c2 commit 2120f93Copy full SHA for 2120f93
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
38
39
- name: Upload artifact
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: ${{ steps.get_version.outputs.VERSION }}
43
path: dist
0 commit comments