File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Upload CodeQL results as an artifact
123123 if : success() || failure()
124- uses : actions/upload-artifact@v5 .0.0
124+ uses : actions/upload-artifact@v6 .0.0
125125 with :
126126 name : codeql-results
127127 path : ${{ steps.step1.outputs.sarif-output }}
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ jobs:
329329
330330 - name : upload the log
331331 if : always()
332- uses : actions/upload-artifact@v5 .0.0
332+ uses : actions/upload-artifact@v6 .0.0
333333 with :
334334 name : spec-test-log-${{ github.run_id }}-${{ strategy.job-index }}-${{ matrix.target_config.target }}
335335 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.1.0
55+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.1.0
5656 with :
5757 name : SARIF file
5858 path : results.sarif
Original file line number Diff line number Diff line change 5050
5151 - name : Upload artifacts
5252 if : matrix.os == 'macos-14'
53- uses : actions/upload-artifact@v5 .0.0
53+ uses : actions/upload-artifact@v6 .0.0
5454 with :
5555 name : wamr-wasi-extensions
5656 path : wamr-wasi-extensions/dist
You can’t perform that action at this time.
0 commit comments