Skip to content

Commit 6b01e2e

Browse files
committed
Update deploy workflow
1 parent 1911d8c commit 6b01e2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
@@ -38,15 +38,15 @@ jobs:
3838
--exclude=.github \
3939
.
4040
- name: Upload artefact
41-
uses: actions/upload-artifact@v3.1.3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: github-pages
4444
path: ${{ runner.temp }}/build.tar
4545
retention-days: '1'
4646

4747
deploy:
4848
name: Deploy
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050
needs: build
5151
permissions:
5252
pages: write
@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v1
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)