diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-11 22:31:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-11 22:31:06 +0300 |
commit | 2b8ddeda4fb5b5deadf693fdc5a197e00f76f6eb (patch) | |
tree | 039aaab070ec35b2c04f6423dddc78c50a6a4f71 | |
parent | b9f5d655596f33c376156e1f71e4c91abf9be847 (diff) | |
download | popov.link-2b8ddeda4fb5b5deadf693fdc5a197e00f76f6eb.tar.xz popov.link-2b8ddeda4fb5b5deadf693fdc5a197e00f76f6eb.zip |
Update actions/download-artifact version in deploy workflow
-rw-r--r-- | .gitea/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cd489ce..1b9d998 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: deploy: runs-on: self-hosted steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: website - run: echo "Deploying to production" |