We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390d608 commit 5b12d29Copy full SHA for 5b12d29
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: bash
33
run: echo "releaseVersion=$(poetry version --short)" >> $GITHUB_OUTPUT
34
35
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
36
with:
37
name: wheel
38
path: dist/sarif_tools-${{ steps.get_version.outputs.releaseVersion }}-py3-none-any.whl
0 commit comments