Skip to content

Commit

Permalink
Merge pull request #1 from szymmirr/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
szymmirr authored Oct 17, 2023
2 parents ae22ad1 + 0dfb268 commit db0d00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
logfile: ${{ github.workspace }}/Build/compile_commands.json

# Upload the results to the CI
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: "CodeChecker Bug Reports"
path: ${{ steps.codechecker.outputs.result-html-dir }}
2 changes: 1 addition & 1 deletion .github/workflows/ms-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Upload SARIF file as an Artifact to download and view
- name: Upload SARIF as an Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sarif-file
path: ${{ steps.run-analysis.outputs.sarif }}

0 comments on commit db0d00a

Please sign in to comment.