Skip to content

Commit 58b5c7d

Browse files
Gareth Farringtongarethky
authored andcommitted
Upgrade github deploy actions to V4
1 parent c327202 commit 58b5c7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
npm run build
4242
- name: Upload Artifact
43-
uses: actions/upload-pages-artifact@v2
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
# Upload contents of the build output directory:
4646
path: 'build/'
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)