Skip to content

Commit

Permalink
Merge pull request #237 from OWASP-Benchmark/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
davewichers authored Nov 26, 2024
2 parents 8902329 + 1bb8e78 commit 6d0f2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: github/codeql-action/analyze@v3

- name: Upload Output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.language }} SARIF
path: ${{ runner.workspace }}/results/*.sarif
Expand Down

0 comments on commit 6d0f2b1

Please sign in to comment.