Skip to content

Commit

Permalink
build(actions): bump actions/upload-pages-artifact from 2 to 3 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent ae62160 commit 3b61c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: changelog
path: docs/changelog.md
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: public
pages-deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: changelog
path: docs/changelog.md
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: public
pages-deploy:
Expand Down

0 comments on commit 3b61c6c

Please sign in to comment.