Skip to content

Commit

Permalink
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#1295)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 319c585 commit 62a1e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
working-directory: ${{env.working-directory}}

- name: upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ${{env.working-directory}}/html

Expand Down

0 comments on commit 62a1e8c

Please sign in to comment.