From ec73feb85481e0cbd01ccabef32060aa92e8f9a2 Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Sat, 20 May 2023 09:56:25 +0300 Subject: [PATCH] Update README.md (#125) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd96dd..c1d1879 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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