diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4b75e68..14a85b1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -75,7 +75,7 @@ jobs: run: echo "IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/playground-api" >> $GITHUB_ENV - name: Download digests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: playground-api-digests path: /tmp/digests/playground-api