Skip to content

Commit

Permalink
ci/cd(deps): bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jan 24, 2023
1 parent e7f96b5 commit 565bbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
- name: Upload the documentation
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with: { path: dist }

deploy:
Expand Down

0 comments on commit 565bbf3

Please sign in to comment.