From aaf39db6cf483a36d5a7449d69c84aa5164e8f61 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 7 Nov 2024 15:48:17 +0100 Subject: [PATCH] upd deploy --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6799ea3177..bcb4eecc8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,10 +69,10 @@ jobs: mv -v ./ci.Dockerfile ./artifacts/ - name: upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build - path: ./artifacts + path: ./artifacts/ retention-days: 2 build_push_docker: @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build - name: Make scripts executable