Skip to content

Commit

Permalink
chore(deps-gha): bump actions/deploy-pages from 3 to 4 (#80)
Browse files Browse the repository at this point in the history
Requires to bump actions/upload-pages-artifact from 2 to 3.
  • Loading branch information
dependabot[bot] committed Dec 28, 2023
1 parent d136da5 commit 4ce9d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
path: build
- name: Upload artifact for GitHub Pages
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: build

Expand All @@ -173,4 +173,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 4ce9d5c

Please sign in to comment.