File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
29
29
- name : Use Node.js ${{ matrix.node-version }}
30
- uses : actions/setup-node@v2
30
+ uses : actions/setup-node@v4
31
31
with :
32
32
node-version : ${{ matrix.node-version }}
33
33
cache : ' npm'
38
38
- run : find dist -ls
39
39
- run : cd dist && tar -czf ../bundle.debug *
40
40
- name : Archive bundle debug
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : debug
44
44
retention-days : 2
48
48
- run : find dist -ls
49
49
- run : cd dist && tar -czf ../bundle *
50
50
- name : Archive bundle
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : production
54
54
retention-days : 2
You can’t perform that action at this time.
0 commit comments