Skip to content

Commit 77db917

Browse files
chore: bump github pages actions to latest versions
The upload-pages-artifact action was bumped from v3 to v4 and the deploy-pages action from v4 to v5 in the deployment workflow. Keeping these actions up to date avoids deprecation warnings in CI runs and picks up any bug fixes or performance improvements from upstream.
1 parent f34ad00 commit 77db917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/configure-pages@v5
2727

2828
- name: "Upload artifact"
29-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-pages-artifact@v4
3030
with:
3131
path: 'public'
3232

3333
- name: "Deploy to GitHub Pages"
3434
id: deployment
35-
uses: actions/deploy-pages@v4
35+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)