diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 10eaedd..a0a0bba 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} tags: quay.io/${{ github.repository }}:${{ steps.parse_image_tag.outputs.image_tag }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a93767..86c8c42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - name: "Upload coverage to Codecov" if: ${{ matrix.python-version == '3.12' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}