diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 30fd4e9e..287dbec8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: - name: Build run: cargo build --verbose - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: target/debug/linutil