diff --git a/.github/workflows/cicd-backend.yml b/.github/workflows/cicd-backend.yml index 2f4ab86..4dd3578 100644 --- a/.github/workflows/cicd-backend.yml +++ b/.github/workflows/cicd-backend.yml @@ -192,7 +192,7 @@ jobs: # Download artifacts - name: Download artifacts id: download-artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 # Deploy migrations script - name: Deploy migrations script