Skip to content

Commit

Permalink
fix(ci): update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette authored Nov 16, 2024
1 parent 8d26de3 commit 89166d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
- name: Upload SARIF as an Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sarif-file
path: ${{ steps.run-analysis.outputs.sarif }}

0 comments on commit 89166d7

Please sign in to comment.