File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
run : npm run build:npm
202
202
203
203
- name : Upload npmDist package
204
- uses : actions/upload-artifact@v2
204
+ uses : actions/upload-artifact@v4
205
205
with :
206
206
name : npmDist
207
207
path : ./npmDist
@@ -229,7 +229,7 @@ jobs:
229
229
run : npm run build:deno
230
230
231
231
- name : Upload denoDist package
232
- uses : actions/upload-artifact@v2
232
+ uses : actions/upload-artifact@v4
233
233
with :
234
234
name : denoDist
235
235
path : ./denoDist
@@ -256,7 +256,7 @@ jobs:
256
256
run : npm run build:website
257
257
258
258
- name : Upload denoDist package
259
- uses : actions/upload-artifact@v2
259
+ uses : actions/upload-artifact@v4
260
260
with :
261
261
name : websiteDist
262
262
path : ./websiteDist
Original file line number Diff line number Diff line change 31
31
run : npm run build:npm
32
32
33
33
- name : Upload npmDist package
34
- uses : actions/upload-artifact@v2
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : npmDist
37
37
path : ./npmDist
55
55
# 'registry-url' is required for 'npm publish'
56
56
registry-url : ' https://registry.npmjs.org'
57
57
58
- - uses : actions/download-artifact@v2
58
+ - uses : actions/download-artifact@v4
59
59
with :
60
60
name : npmDist
61
61
path : npmDist
@@ -110,7 +110,7 @@ jobs:
110
110
NODE_AUTH_TOKEN : ${{ secrets.NPM_CANARY_PR_PUBLISH_TOKEN }}
111
111
112
112
- name : Upload replyMessage
113
- uses : actions/upload-artifact@v2
113
+ uses : actions/upload-artifact@v4
114
114
with :
115
115
name : replyMessage
116
116
path : ./replyMessage.txt
Original file line number Diff line number Diff line change 42
42
EOF
43
43
44
44
- name : Upload replyMessage
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : replyMessage
48
48
path : ./replyMessage.txt
Original file line number Diff line number Diff line change 29
29
- name : Remove existing files first
30
30
run : git rm -r .
31
31
32
- - uses : actions/download-artifact@v2
32
+ - uses : actions/download-artifact@v4
33
33
with :
34
34
name : ${{ inputs.artifact_name }}
35
35
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
if : needs.accept-cmd.result != 'skipped' && always()
103
103
runs-on : ubuntu-latest
104
104
steps :
105
- - uses : actions/download-artifact@v2
105
+ - uses : actions/download-artifact@v4
106
106
with :
107
107
name : replyMessage
108
108
Original file line number Diff line number Diff line change 33
33
run : ' node resources/diff-npm-package.js BASE HEAD'
34
34
35
35
- name : Upload generated report
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : npm-dist-diff.html
39
39
path : ./npm-dist-diff.html
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Upload event.json
11
- uses : actions/upload-artifact@v2
11
+ uses : actions/upload-artifact@v4
12
12
with :
13
13
name : event.json
14
14
path : ${{ github.event_path }}
You can’t perform that action at this time.
0 commit comments