File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
- run : npm run format-check
30
30
- run : npm run lint
31
31
- run : npm run test
32
- - uses : actions/upload-artifact@v3
32
+ - uses : actions/upload-artifact@v4
33
33
with :
34
34
name : dist
35
35
path : dist
36
- - uses : actions/upload-artifact@v3
36
+ - uses : actions/upload-artifact@v4
37
37
with :
38
38
name : action.yml
39
39
path : action.yml
@@ -48,12 +48,12 @@ jobs:
48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- if : matrix.target == 'built' || github.event_name == 'pull_request'
51
- uses : actions/download-artifact@v3
51
+ uses : actions/download-artifact@v4
52
52
with :
53
53
name : dist
54
54
path : dist
55
55
- if : matrix.target == 'built' || github.event_name == 'pull_request'
56
- uses : actions/download-artifact@v3
56
+ uses : actions/download-artifact@v4
57
57
with :
58
58
name : action.yml
59
59
path : .
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- uses : actions/checkout@v4
90
- - uses : actions/download-artifact@v3
90
+ - uses : actions/download-artifact@v4
91
91
with :
92
92
name : dist
93
93
path : dist
You can’t perform that action at this time.
0 commit comments