Skip to content

Commit

Permalink
change upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed May 11, 2024
1 parent 551e2d8 commit 138b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate documentation
run: cargo doc --no-deps --workspace
- name: Upload documentation
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: target/doc
Expand Down

0 comments on commit 138b822

Please sign in to comment.