diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6760461..7d1a407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - run: cargo build --release - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: vector-${{ matrix.os }} path: target/release/${{ matrix.artifact }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3db93ce..6535cdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: cd ../../.. - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vector-${{ matrix.target }} path: vector-${{ matrix.target }}.${{ matrix.archive }} @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts merge-multiple: true