Skip to content

Commit a0b07aa

Browse files
committed
updating workflow script to v4
1 parent ecbb324 commit a0b07aa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
id: setup-pages
2929

3030
- name: Checkout gh-pages
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
ref: gh-pages
3434
path: gh-pages
3535

3636
- name: Checkout gh-pages-dev
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
ref: gh-pages-dev
4040
path: gh-pages-dev
4141

4242
- name: Setup node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: '20.5'
4646
cache: yarn
@@ -79,10 +79,10 @@ jobs:
7979
8080
8181
- name: Upload webpage artifact
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v3
8383
with:
8484
path: 'combined'
8585

8686
- name: Deploy to GitHub Pages
8787
id: deployment
88-
uses: actions/deploy-pages@v2
88+
uses: actions/deploy-pages@v4

.github/workflows/proof.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Setup node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20.5'
2323
cache: yarn
@@ -43,6 +43,6 @@ jobs:
4343
GITHUB_BASE_PATH: ${{ steps.setup-pages.outputs.base_path }}
4444

4545
- name: Upload webpage artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: 'website/build'

0 commit comments

Comments
 (0)