Skip to content

Commit

Permalink
Update actions/upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Feb 23, 2024
1 parent a7b4089 commit 526201b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create the root index
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=oinq\">" > target/doc/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./target/doc

Expand All @@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 526201b

Please sign in to comment.