Skip to content

Commit

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

chore(deps): Update gradle and github actions (major)
  • Loading branch information
zml2008 authored Jan 7, 2024
2 parents 0672e90 + f9a76b3 commit 1c26f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "checkout repository"
uses: "actions/checkout@v4"
- name: "upload to artifact"
uses: "actions/upload-pages-artifact@v2"
uses: "actions/upload-pages-artifact@v3"
with:
path: "src/"
deploy:
Expand All @@ -28,4 +28,4 @@ jobs:
steps:
- name: "deploy"
id: "deployment"
uses: "actions/deploy-pages@v2"
uses: "actions/deploy-pages@v4"

0 comments on commit 1c26f9a

Please sign in to comment.