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: |