Skip to content

Commit

Permalink
Merge pull request #235 from sgibson91/dependabot-github_actions-acti…
Browse files Browse the repository at this point in the history
…ons-9c5c1a814b

Bump the actions group with 2 updates
  • Loading branch information
sgibson91 authored Jul 1, 2024
2 parents 83a221b + c787eef commit 124ec01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 124ec01

Please sign in to comment.