From 986203ebb07b44ce88db9a0108ea6a89dc03c056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:03:21 +0000 Subject: [PATCH] build(deps): Bump actions/upload-artifact in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/c-cpp.yml | 2 +- .github/workflows/meson.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/source-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}