File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 ${{ matrix.config.archive_command }} "${DESTDIR}${ARCHIVE_EXT}" ../${{ matrix.config.builddir }}/openseachest_exes
7171
7272 - name : Uploading artifacts
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 with :
7575 name : ${{ format('{0}', env.DESTDIR) }}
7676 path : ${{ format('./build/{0}{1}', env.DESTDIR, matrix.config.release_extension) }}
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ jobs:
371371 echo "hash-${{ matrix.config.release_name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}"
372372
373373 - name : Uploading artifacts
374- uses : actions/upload-artifact@v4
374+ uses : actions/upload-artifact@v5
375375 with :
376376 name : ${{ format('{0}', matrix.config.release_name) }}
377377 path : |
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
Original file line number Diff line number Diff line change 6363 echo "hash-SourceCode_With_Submodules-${{ matrix.config.name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}"
6464
6565 - name : Upload Source Archive as Artifact
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : SourceCode_With_Submodules-${{ matrix.config.name }}
6969 path : SourceCode_With_Submodules${{ matrix.config.extension }}
You can’t perform that action at this time.
0 commit comments