19
19
uses : actions/checkout@v4
20
20
21
21
- name : Use Node ${{ matrix.node }}
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node }}
25
25
cache : ' yarn'
43
43
- name : Pack
44
44
run : yarn pack
45
45
46
- - uses : actions/upload-artifact@v2
46
+ - uses : actions/upload-artifact@v4
47
47
with :
48
48
name : package
49
49
path : ./package.tgz
64
64
uses : actions/checkout@v4
65
65
66
66
- name : Use node ${{ matrix.node }}
67
- uses : actions/setup-node@v2
67
+ uses : actions/setup-node@v4
68
68
with :
69
69
node-version : ${{ matrix.node }}
70
70
cache : ' yarn'
95
95
uses : actions/checkout@v4
96
96
97
97
- name : Use node ${{ matrix.node }}
98
- uses : actions/setup-node@v2
98
+ uses : actions/setup-node@v4
99
99
with :
100
100
node-version : ${{ matrix.node }}
101
101
cache : ' yarn'
@@ -112,7 +112,7 @@ jobs:
112
112
YARN_ENABLE_IMMUTABLE_INSTALLS : false
113
113
run : yarn install
114
114
115
- - uses : actions/download-artifact@v2
115
+ - uses : actions/download-artifact@v4
116
116
with :
117
117
name : package
118
118
path : ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Checkout repo
153
153
uses : actions/checkout@v4
154
154
155
- - uses : actions/download-artifact@v3
155
+ - uses : actions/download-artifact@v4
156
156
with :
157
157
name : package
158
158
path : .
0 commit comments