File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Upload CodeQL results as an artifact
104104 if : success() || failure()
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v4.4.0
106106 with :
107107 name : codeql-results
108108 path : ${{ steps.step1.outputs.sarif-output }}
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341341
342342 - name : upload the log
343343 if : always()
344- uses : actions/upload-artifact@v4
344+ uses : actions/upload-artifact@v4.4.0
345345 with :
346346 name : spec-test-log-${{ github.run_id }}-${{ strategy.job-index }}-${{ matrix.target_config.target }}
347347 path : log
Original file line number Diff line number Diff line change 5252 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353 # format to the repository Actions tab.
5454 - name : " Upload artifact"
55- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
55+ uses : actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # v3.1.0
5656 with :
5757 name : SARIF file
5858 path : results.sarif
You can’t perform that action at this time.
0 commit comments