Skip to content

Commit

Permalink
Merge pull request #26 from AquariWM/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
Antikyth authored Nov 20, 2023
2 parents d832fc6 + 7da8155 commit e8f95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
# Upload the template, now containing the built docs, as an artifact that
# can be accessed by the `deploy-docs` job.
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: template

Expand Down

0 comments on commit e8f95ba

Please sign in to comment.