Skip to content

Commit 5b12d29

Browse files
authored
Upgrade actions/upload-artifact@v3 to v4 (#90)
1 parent 390d608 commit 5b12d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: echo "releaseVersion=$(poetry version --short)" >> $GITHUB_OUTPUT
3434

35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: wheel
3838
path: dist/sarif_tools-${{ steps.get_version.outputs.releaseVersion }}-py3-none-any.whl

0 commit comments

Comments
 (0)