Skip to content

Commit

Permalink
Naively updated upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Jan 31, 2025
1 parent 2d75fef commit 149e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Upload CodeQL results as an artifact
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: codeql-results
path: ${{ steps.step1.outputs.sarif-output }}
Expand Down

0 comments on commit 149e18f

Please sign in to comment.