diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2369ebf..a01ddea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Login into ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: auguwu @@ -83,7 +83,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Login into ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: auguwu