Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 1 to 2 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 4c2153d commit 75a4828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload Pages artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: build

Expand Down

0 comments on commit 75a4828

Please sign in to comment.