Skip to content

Commit

Permalink
Bumped deployment actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzuchun committed Nov 16, 2024
1 parent fd03ce2 commit 2c8206f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload documentation
if: ${{ !env.ACT }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./target/doc

Expand All @@ -62,4 +62,4 @@ jobs:

- name: Deploy documentation
id: pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 2c8206f

Please sign in to comment.