Update starter workflows to use the latest artifact actions (#2726)
* Update starter workflows to use the latest artifact actions * Ensure incompatible artifact actions aren't synced to GHES
This commit is contained in:
@@ -60,7 +60,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 }}
|
||||
|
||||
Reference in New Issue
Block a user