Skip to content

Commit cf5d072

Browse files
Eclionabarisain
authored andcommitted
chore(CI): updates actions versions
1 parent 0bfa69a commit cf5d072

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Use Node.js
36-
uses: actions/setup-node@v1
36+
uses: actions/setup-node@v4
3737
with:
3838
node-version: '15.x'
3939
- name: Cache Node.js modules

.github/workflows/test-build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-20.04
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: '15.x'
1616
- name: Cache Node.js modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
# npm cache files are stored in `~/.npm` on Linux/macOS
2020
path: ~/.npm
@@ -27,7 +27,8 @@ jobs:
2727
- name: Lint, test and build release SDK
2828
run: npm run ci
2929
- name: Archive production artifacts
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: build
33-
path: build
33+
path: build
34+
overwrite: true

0 commit comments

Comments
 (0)