Update download-artifact and upload-artifact from v2 to v3 (#1465)

* migrate to v3

* update download-artifact
This commit is contained in:
Jonathan Tamsut
2022-03-14 07:35:28 -07:00
committed by GitHub
parent 0d462e1c6b
commit 46017054a3
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
# Upload SARIF file as an Artifact to download and view
# - name: Upload SARIF as an Artifact
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: sarif-file
# path: ${{ steps.run-analysis.outputs.sarif }}
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
license: ${{ secrets.XANITIZER_LICENSE }}
# Archiving the findings list reports
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Xanitizer-Reports
path: |