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 @@ -24,11 +24,11 @@ jobs:
24
24
- run : npm run format-check
25
25
- run : npm run lint
26
26
- run : npm run test
27
- - uses : actions/upload-artifact@v3
27
+ - uses : actions/upload-artifact@v4
28
28
with :
29
29
name : dist
30
30
path : dist
31
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : action.yml
34
34
path : action.yml
@@ -42,12 +42,12 @@ jobs:
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- if : matrix.target == 'built' || github.event_name == 'pull_request'
45
- uses : actions/download-artifact@v3
45
+ uses : actions/download-artifact@v4
46
46
with :
47
47
name : dist
48
48
path : dist
49
49
- if : matrix.target == 'built' || github.event_name == 'pull_request'
50
- uses : actions/download-artifact@v3
50
+ uses : actions/download-artifact@v4
51
51
with :
52
52
name : action.yml
53
53
path : .
@@ -148,7 +148,7 @@ jobs:
148
148
runs-on : ubuntu-latest
149
149
steps :
150
150
- uses : actions/checkout@v4
151
- - uses : actions/download-artifact@v3
151
+ - uses : actions/download-artifact@v4
152
152
with :
153
153
name : dist
154
154
path : dist
You can’t perform that action at this time.
0 commit comments