Skip to content

Commit

Permalink
Merge pull request #4 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 to v2 (major)
  • Loading branch information
zml2008 authored Aug 28, 2023
2 parents 2ff0726 + 1cfb557 commit eb7f4ad
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@v3"
- name: "upload to artifact"
uses: "actions/upload-pages-artifact@v1"
uses: "actions/upload-pages-artifact@v2"
with:
path: "src/"
deploy:
Expand All @@ -28,4 +28,4 @@ jobs:
steps:
- name: "deploy"
id: "deployment"
uses: "actions/deploy-pages@v1"
uses: "actions/deploy-pages@v2"

0 comments on commit eb7f4ad

Please sign in to comment.