Skip to content

Commit

Permalink
Merge pull request #529 from crytic/dependabot/github_actions/dev/act…
Browse files Browse the repository at this point in the history
…ions/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
0xalpharush authored Dec 29, 2023
2 parents 2eba092 + 38dcdb9 commit 3f78565
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 @@ -37,7 +37,7 @@ jobs:
- run: pip install -e ".[doc]"
- run: pdoc -o html/ crytic_compile
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload the doc
path: './html/'
Expand Down

0 comments on commit 3f78565

Please sign in to comment.