Skip to content

Commit 5748c69

Browse files
committed
Update old actions
1 parent e634d7a commit 5748c69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 16.14.2
1313
- name: Cache node_modules
1414
id: cache-modules
15-
uses: actions/cache@v1
15+
uses: actions/cache@v3
1616
with:
1717
path: node_modules
1818
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check tests pass
2727
run: yarn test
2828
- name: Upload lib build artifact
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: build-lib
3232
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
path: node_modules
4848
key: ${{ runner.OS }}-deploy-${{ hashFiles('package.json') }}
4949
- name: Download build-lib
50-
uses: actions/download-artifact@v2
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: build-lib
5353
path: dist

0 commit comments

Comments
 (0)