diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c63fe5e8..64f743e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v4 - name: Download image from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: backend-production path: /tmp @@ -244,7 +244,7 @@ jobs: uses: actions/checkout@v4 - name: Download image from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: /tmp