Commit b31cab8 1 parent ef6ad9b commit b31cab8 Copy full SHA for b31cab8
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
timeout-minutes : 20
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Install Node
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ' 20'
23
23
cache : npm
33
33
rm -r node_modules
34
34
tar -czf ../build.tar.gz .
35
35
- name : Upload Bundle
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : refacto
39
39
retention-days : 1
@@ -55,11 +55,11 @@ jobs:
55
55
- { node: '22' }
56
56
steps :
57
57
- name : Install Node
58
- uses : actions/setup-node@v3
58
+ uses : actions/setup-node@v4
59
59
with :
60
60
node-version : ${{ matrix.node }}
61
61
- name : Download Bundle
62
- uses : actions/download-artifact@v3
62
+ uses : actions/download-artifact@v4
63
63
with :
64
64
name : refacto
65
65
- name : Unpack
@@ -106,7 +106,7 @@ jobs:
106
106
contents : write
107
107
steps :
108
108
- name : Download Bundle
109
- uses : actions/download-artifact@v3
109
+ uses : actions/download-artifact@v4
110
110
with :
111
111
name : refacto
112
112
- name : Create Release
You can’t perform that action at this time.
0 commit comments