File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 category : " /language:${{matrix.language}}"
121121
122122 - name : Upload CodeQL results as an artifact
123- uses : actions/upload-artifact@v7.0.0
123+ uses : actions/upload-artifact@v7.0.1
124124 with :
125125 name : codeql-results
126126 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@v7.0.0
332+ uses : actions/upload-artifact@v7.0.1
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v3.1.0
55+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v3.1.0
5656 with :
5757 name : SARIF file
5858 path : results.sarif
Original file line number Diff line number Diff line change 5151 # CLARIFY: Require to upload artifact on ARM macOS?
5252 - name : Upload artifacts
5353 if : matrix.os == 'macos-15'
54- uses : actions/upload-artifact@v7.0.0
54+ uses : actions/upload-artifact@v7.0.1
5555 with :
5656 name : wamr-wasi-extensions
5757 path : wamr-wasi-extensions/dist
You can’t perform that action at this time.
0 commit comments