File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
- run : npm run format-check
31
31
- run : npm run lint
32
32
- run : npm run test
33
- - uses : actions/upload-artifact@v3
33
+ - uses : actions/upload-artifact@v4
34
34
with :
35
35
name : dist
36
36
path : dist
37
- - uses : actions/upload-artifact@v3
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : action.yml
40
40
path : action.yml
@@ -49,12 +49,12 @@ jobs:
49
49
steps :
50
50
- uses : actions/checkout@v4
51
51
- if : matrix.target == 'built' || github.event_name == 'pull_request'
52
- uses : actions/download-artifact@v3
52
+ uses : actions/download-artifact@v4
53
53
with :
54
54
name : dist
55
55
path : dist
56
56
- if : matrix.target == 'built' || github.event_name == 'pull_request'
57
- uses : actions/download-artifact@v3
57
+ uses : actions/download-artifact@v4
58
58
with :
59
59
name : action.yml
60
60
path : .
94
94
steps :
95
95
- uses : actions/checkout@v4
96
96
- run : rm -rf dist
97
- - uses : actions/download-artifact@v3
97
+ - uses : actions/download-artifact@v4
98
98
with :
99
99
name : dist
100
100
path : dist
You can’t perform that action at this time.
0 commit comments