diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296d78e..4662cfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - run: cargo build --release - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: mkunit-${{ matrix.os }} path: target/release/mkunit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15b312b..1b125bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: cp target/${{ matrix.target }}/release/mkunit dist/${{ matrix.artifact }} chmod +x dist/${{ matrix.artifact }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: dist/${{ matrix.artifact }}