Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit dfeb922

Browse files
Copilotdanlamanna
authored andcommitted
Upgrade relevant github actions
1 parent b9a580b commit dfeb922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
NODE_ENV: production
5757
- name: Upload artifact
5858
# Automatically uploads an artifact from the './_site' directory by default
59-
uses: actions/upload-pages-artifact@v1
59+
uses: actions/upload-pages-artifact@v3
6060

6161
# Deployment job
6262
deploy:
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)