diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dede6a..4b5e294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: with: binstall: "cargo-tarpaulin" - run: cargo tarpaulin --out Html - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: tarpaulin-report path: tarpaulin-report.html