diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3fbae..a8a454f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: tags: kovetskiy/mark:latest - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ github.ref_type == 'tag' }} with: username: ${{ secrets.DOCKERHUB_USERNAME }}