update github workflows to use latest version for depricated actions (checkout, setup-python, upload-artifact, download-artifact)

This commit is contained in:
Sahil
2024-02-22 14:14:37 +05:30
parent 0f9dd9095b
commit 5e85fc9ede
6 changed files with 24 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif