Skip to content

Commit 2b7bab2

Browse files
authored
Update MSVC_Analysis.yml to artifact v4 (really this time)
Artifact v3 deprecated and fails
1 parent e05d112 commit 2b7bab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/MSVC_Analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060

6161
# Upload SARIF file to GitHub Code Scanning Alerts
6262
- name: Upload SARIF to GitHub
63-
uses: github/codeql-action/upload-sarif@v4
63+
uses: github/codeql-action/upload-sarif@v3
6464
with:
6565
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
6666

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

0 commit comments

Comments
 (0)