diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 30fd4e9e..87fc0537 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -66,7 +66,7 @@ jobs: with: toolchain: stable - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-artifacts path: target/debug