diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d4e45..9ef591b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: RUSTDOCFLAGS: "-D warnings" - name: Upload docs artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rust-docs path: target/doc @@ -211,7 +211,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload HTML coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-report path: target/llvm-cov/html/