Skip to content

Commit 4b2fb41

Browse files
Update *load-artifact action to v4
1 parent 989252c commit 4b2fb41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/verify.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 12.x
2525

26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2828
with:
2929
path: '**/node_modules'
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: 12.x
4545

46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v4
4747
id: yarn-cache
4848
with:
4949
path: '**/node_modules'
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build
5353
run: yarn build
5454

55-
- uses: actions/upload-artifact@v2
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
name: app-build
5858
path: |
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
node-version: 12.x
7575

76-
- uses: actions/download-artifact@v2
76+
- uses: actions/download-artifact@v4
7777
with:
7878
name: app-build
7979

0 commit comments

Comments
 (0)