Skip to content

Commit

Permalink
Update README.md (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed May 20, 2023
1 parent cdeb36b commit ec73feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v0.1.4
- uses: actions/checkout@v3
- name: copy file via ssh password
uses: appleboy/scp-action@v0.1.4
with:
Expand Down Expand Up @@ -220,7 +220,7 @@ Upload artifact files to remote server:
name: my-artifact
path: world.txt

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: my-artifact
path: distfiles
Expand Down

0 comments on commit ec73feb

Please sign in to comment.