diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3c1a2a0..6b4175f 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -32,7 +32,7 @@ jobs: restore-keys: cargo- - uses: mozilla-actions/sccache-action@v0.0.9 - run: cargo bench --bench narrow --all-features -- --output-format=bencher | tee output.txt - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: benchmark-results path: output.txt diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c43ba08..3d174c6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,7 +35,7 @@ jobs: - run: chmod -c -R +rX "target/doc" - run: echo "" > target/doc/index.html - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: rustdoc path: target/doc