diff --git a/.github/workflows/publish-reporter-image.yml b/.github/workflows/publish-reporter-image.yml index 8c82e35..9588dfe 100644 --- a/.github/workflows/publish-reporter-image.yml +++ b/.github/workflows/publish-reporter-image.yml @@ -12,7 +12,7 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - name: 'Login to GitHub Container Registry' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}