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 19
19
name : Build
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : copy file via ssh password
24
24
25
25
with :
@@ -211,16 +211,16 @@ Upload artifact files to remote server:
211
211
runs-on: ubuntu-latest
212
212
steps:
213
213
- name: checkout
214
- uses: actions/checkout@v3
214
+ uses: actions/checkout@v4
215
215
216
216
- run: echo hello > world.txt
217
217
218
- - uses: actions/upload-artifact@v3
218
+ - uses: actions/upload-artifact@v4
219
219
with:
220
220
name: my-artifact
221
221
path: world.txt
222
222
223
- - uses: actions/download-artifact@v3
223
+ - uses: actions/download-artifact@v4
224
224
with:
225
225
name: my-artifact
226
226
path: distfiles
@@ -276,7 +276,7 @@ Only copy files that are newer than the corresponding destination files:
276
276
runs-on: ubuntu-latest
277
277
steps:
278
278
- name: checkout
279
- uses: actions/checkout@v3
279
+ uses: actions/checkout@v4
280
280
281
281
- name: Get changed files
282
282
id: changed-files
You can’t perform that action at this time.
0 commit comments