Skip to content

Commit 7ff1b40

Browse files
authored
Merge pull request #480 from jawkio/dependabot/github_actions/actions/upload-pages-artifact-5
build(deps): bump actions/upload-pages-artifact from 4 to 5
2 parents 3eb5b64 + 9f9c0d8 commit 7ff1b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320

321321
- name: Upload GitHub Pages artifact
322322
if: env.PUBLISH_BENCHMARKS == 'true'
323-
uses: actions/upload-pages-artifact@v4
323+
uses: actions/upload-pages-artifact@v5
324324
with:
325325
path: target/site
326326

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
418418
- name: Upload Maven site to GitHub Pages
419419
if: always() && steps.release.outcome == 'success'
420-
uses: actions/upload-pages-artifact@v4
420+
uses: actions/upload-pages-artifact@v5
421421
with:
422422
path: ./target/release/target/site
423423

0 commit comments

Comments
 (0)