We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb5b64 + 9f9c0d8 commit 7ff1b40Copy full SHA for 7ff1b40
2 files changed
.github/workflows/benchmarks.yml
@@ -320,7 +320,7 @@ jobs:
320
321
- name: Upload GitHub Pages artifact
322
if: env.PUBLISH_BENCHMARKS == 'true'
323
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
324
with:
325
path: target/site
326
.github/workflows/release.yml
@@ -417,7 +417,7 @@ jobs:
417
418
- name: Upload Maven site to GitHub Pages
419
if: always() && steps.release.outcome == 'success'
420
421
422
path: ./target/release/target/site
423
0 commit comments