diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6ece22655..fe6dbd86a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -66,6 +66,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: pumpkin-${{ matrix.os }} + path: ./ compression-level: 9 path: target/release/pumpkin* clippy_release: @@ -120,7 +121,7 @@ jobs: # Download and upload the Linux artifact - name: Download Linux executable - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: pumpkin-ubuntu-latest path: ./ @@ -133,7 +134,7 @@ jobs: # Download and upload the Windows artifact - name: Download Windows executable - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: pumpkin-windows-latest path: ./ @@ -146,7 +147,7 @@ jobs: # Download and upload the macOS artifact - name: Download macOS executable - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: pumpkin-macos-latest path: ./