Update actions/download-artifact version in deploy workflow
Some checks failed
Deploy / deploy (push) Failing after 15s
Deploy / build (push) Failing after 44s

This commit is contained in:
Valentin Popov 2024-09-11 19:31:06 +00:00
parent b9f5d65559
commit 2b8ddeda4f
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -21,7 +21,7 @@ jobs:
deploy: deploy:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
with: with:
name: website name: website
- run: echo "Deploying to production" - run: echo "Deploying to production"