File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
name : Generate extension bundles
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Use Node.js version from .nvmrc
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version-file : ' .nvmrc'
20
20
cache : yarn
28
28
- run : yarn polkadot-dev-build-ts
29
29
- run : yarn build:zip
30
30
31
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : signer-extension-bundles-v${{ github.ref_name }}
34
34
retention-days : 30
Original file line number Diff line number Diff line change 9
9
name : ${{ matrix.step }}
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Use Node.js version from .nvmrc
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version-file : ' .nvmrc'
18
18
cache : yarn
You can’t perform that action at this time.
0 commit comments