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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-06 10:50:13 -07:00
committed by GitHub
parent 7dd6d5547e
commit 5c9d3949be
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-${{ matrix.arch }} name: rust-volume-${{ matrix.arch }}
path: weed-volume-normal-${{ matrix.arch }} path: weed-volume-normal-${{ matrix.arch }}
+1 -1
View File
@@ -123,7 +123,7 @@ jobs:
cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-${{ matrix.arch }} name: rust-volume-${{ matrix.arch }}
path: | path: |
@@ -105,7 +105,7 @@ jobs:
cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }} cp target/${{ matrix.target }}/release/weed-volume ../weed-volume-normal-${{ matrix.arch }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-${{ matrix.arch }} name: rust-volume-${{ matrix.arch }}
path: | path: |
+3 -3
View File
@@ -99,7 +99,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
if: ${{ !startsWith(github.ref, 'refs/tags/') }} if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-${{ matrix.asset_suffix }} name: rust-volume-${{ matrix.asset_suffix }}
path: | path: |
@@ -176,7 +176,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
if: ${{ !startsWith(github.ref, 'refs/tags/') }} if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-${{ matrix.asset_suffix }} name: rust-volume-${{ matrix.asset_suffix }}
path: | path: |
@@ -245,7 +245,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
if: ${{ !startsWith(github.ref, 'refs/tags/') }} if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: rust-volume-windows_amd64 name: rust-volume-windows_amd64
path: | path: |