Skip to content

Commit

Permalink
pages: maybe fixup for deprecated upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 16, 2025
1 parent 8e9cf91 commit 6c443be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
source $HOME/.cargo/env
CARDS=true ./ci/build-docs.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: gh_pages

Expand All @@ -65,4 +65,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 6c443be

Please sign in to comment.