We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9daf0f3 + f145298 commit 8cd876eCopy full SHA for 8cd876e
.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