diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5f6ae4d..3892af7 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -38,7 +38,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v1 + uses: docker/metadata-action@v3 with: images: ${{ github.repository_owner }}/cluster-validator diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index bee4edb..f7f0d64 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -26,6 +26,6 @@ jobs: make docker-build - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./coverage.txt \ No newline at end of file