diff --git a/.github/workflows/build-rust.yml b/.github/workflows/build-rust.yml index e760f42..8b1c678 100644 --- a/.github/workflows/build-rust.yml +++ b/.github/workflows/build-rust.yml @@ -31,7 +31,7 @@ jobs: mkdir artifacts tar -cJf artifacts/${ARCHIVE_NAME}.tar.xz -C dist $(find dist -type f | cut -d / -f 2-) - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifacts path: artifacts/*