Skip to content

Commit

Permalink
chore(deps): update github-actions (major) (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 795bb4c commit d844b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- name: 📤 Upload artifact
if: github.event_name == 'push' && steps.changed-files.outputs.requires_build == 'true'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: build

Expand All @@ -274,7 +274,7 @@ jobs:

steps:
- name: 🌍 Deploy Pages
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
id: deployment

perf-check:
Expand Down

0 comments on commit d844b1b

Please sign in to comment.