diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 85074342..27703524 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -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 }}