Skip to content

Commit 93d1c41

Browse files
authored
Merge pull request #472 from crytic/dependabot/github_actions/dev/actions/upload-pages-artifact-2
Bump actions/upload-pages-artifact from 1 to 2
2 parents ef7173b + 6bb1a2c commit 93d1c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: pip install -e ".[doc]"
3838
- run: pdoc -o html/ crytic_compile
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v2
4141
with:
4242
# Upload the doc
4343
path: './html/'

0 commit comments

Comments
 (0)