Skip to content

Commit 9f34cc3

Browse files
authored
docs(readme): update dependency in example (#159)
Bumped GitHub Actions in README
1 parent 917f8b8 commit 9f34cc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: copy file via ssh password
2424
uses: appleboy/[email protected]
2525
with:
@@ -211,16 +211,16 @@ Upload artifact files to remote server:
211211
runs-on: ubuntu-latest
212212
steps:
213213
- name: checkout
214-
uses: actions/checkout@v3
214+
uses: actions/checkout@v4
215215
216216
- run: echo hello > world.txt
217217
218-
- uses: actions/upload-artifact@v3
218+
- uses: actions/upload-artifact@v4
219219
with:
220220
name: my-artifact
221221
path: world.txt
222222
223-
- uses: actions/download-artifact@v3
223+
- uses: actions/download-artifact@v4
224224
with:
225225
name: my-artifact
226226
path: distfiles
@@ -276,7 +276,7 @@ Only copy files that are newer than the corresponding destination files:
276276
runs-on: ubuntu-latest
277277
steps:
278278
- name: checkout
279-
uses: actions/checkout@v3
279+
uses: actions/checkout@v4
280280
281281
- name: Get changed files
282282
id: changed-files

0 commit comments

Comments
 (0)