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 @@ -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
@@ -50,12 +50,12 @@ jobs:
50
50
with :
51
51
ref : main
52
52
- if : matrix.target == 'built' || github.event_name == 'pull_request'
53
- uses : actions/download-artifact@v3
53
+ uses : actions/download-artifact@v4
54
54
with :
55
55
name : dist
56
56
path : dist
57
57
- if : matrix.target == 'built' || github.event_name == 'pull_request'
58
- uses : actions/download-artifact@v3
58
+ uses : actions/download-artifact@v4
59
59
with :
60
60
name : action.yml
61
61
path : .
@@ -116,7 +116,7 @@ jobs:
116
116
runs-on : ubuntu-latest
117
117
steps :
118
118
- uses : actions/checkout@v4
119
- - uses : actions/download-artifact@v3
119
+ - uses : actions/download-artifact@v4
120
120
with :
121
121
name : dist
122
122
path : dist
You can’t perform that action at this time.
0 commit comments