From 5c9d3949be07049b0294826c40851cf7161e4ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:50:13 -0700 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 (#8940) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container_dev.yml | 2 +- .github/workflows/container_latest.yml | 2 +- .github/workflows/container_release_unified.yml | 2 +- .github/workflows/rust_binaries_release.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 2e2f4aabd..4f9eb6fea 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -64,7 +64,7 @@ jobs: cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-${{ matrix.arch }} path: weed-volume-normal-${{ matrix.arch }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 0c970b498..b4b36dc1a 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -123,7 +123,7 @@ jobs: cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-${{ matrix.arch }} path: | diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index ea22a3b7a..41af597e5 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -105,7 +105,7 @@ jobs: cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-${{ matrix.arch }} path: | diff --git a/.github/workflows/rust_binaries_release.yml b/.github/workflows/rust_binaries_release.yml index 4e19ab239..9561c5cfd 100644 --- a/.github/workflows/rust_binaries_release.yml +++ b/.github/workflows/rust_binaries_release.yml @@ -99,7 +99,7 @@ jobs: - name: Upload artifacts if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-${{ matrix.asset_suffix }} path: | @@ -176,7 +176,7 @@ jobs: - name: Upload artifacts if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-${{ matrix.asset_suffix }} path: | @@ -245,7 +245,7 @@ jobs: - name: Upload artifacts if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rust-volume-windows_amd64 path: |