diff --git a/.github/workflows/build_native.yml b/.github/workflows/build_native.yml index f7c83eddb..115f85bbe 100644 --- a/.github/workflows/build_native.yml +++ b/.github/workflows/build_native.yml @@ -53,7 +53,7 @@ jobs: - name: Docker login if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }} - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v2.2.0 with: username: meshtastic password: ${{ secrets.DOCKER_FIRMWARE_TOKEN }}