Skip to content

Commit

Permalink
Bump upload-artifact@v3 to v4 in msvc.yml since v3 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber authored Feb 2, 2025
1 parent d48d903 commit ef05542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

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

0 comments on commit ef05542

Please sign in to comment.