Skip to content

Commit

Permalink
Merge pull request #140 from KyoriPowered/renovate/major-gradle-and-g…
Browse files Browse the repository at this point in the history
…ithub-actions

chore(deps): Update actions/upload-pages-artifact action to v2
  • Loading branch information
zml2008 authored Aug 28, 2023
2 parents 7f8d3cb + 6fa3ff3 commit 3f815be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: "docs-html"
path: "build/html"
- name: "artifact / repackage"
uses: "actions/upload-pages-artifact@v1"
uses: "actions/upload-pages-artifact@v2"
with:
path: "build/html"
- name: "deploy / pages"
Expand Down

0 comments on commit 3f815be

Please sign in to comment.