diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 08fda6b4..09827a1a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -84,7 +84,7 @@ jobs: ${{ matrix.config.archive_command }} "${DESTDIR}${ARCHIVE_EXT}" ../${{ matrix.config.builddir }}/openseachest_exes - name: Uploading artifacts - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: ${{ format('{0}', env.DESTDIR) }} path: ${{ format('./build/{0}{1}', env.DESTDIR, matrix.config.release_extension) }} diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 17b13de9..c7a93e14 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -965,7 +965,7 @@ jobs: echo "hash-${{ matrix.config.release_name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}" - name: Uploading artifacts - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: ${{ format('{0}', matrix.config.release_name) }} path: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6af0cb79..ddcddcc1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,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@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/source-release.yml b/.github/workflows/source-release.yml index ca1b867a..9fe8be6e 100644 --- a/.github/workflows/source-release.yml +++ b/.github/workflows/source-release.yml @@ -85,7 +85,7 @@ jobs: echo "hash-SourceCode_With_Submodules-${{ matrix.config.name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}" - name: Upload Source Archive as Artifact - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: SourceCode_With_Submodules-${{ matrix.config.name }} path: SourceCode_With_Submodules${{ matrix.config.extension }}