Skip to content

Commit

Permalink
Merge pull request #134 from intel/dependabot/github_actions/main/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
marquiz authored Aug 28, 2024
2 parents 620b92e + a4f4b22 commit 8c4e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload PDF report as an artifact
if: ${{ inputs.export-report }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: codeql-report
path: report.pdf

0 comments on commit 8c4e40b

Please sign in to comment.