diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e008777..9688ed6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,7 @@ jobs: - name: Build Release Binary run: cargo build --release --verbose - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: cargo-build-release path: target/release @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: cargo-build-release path: target/release