Skip to content

Commit

Permalink
Merge branch 'main' into deps/upgrade-dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol authored Apr 13, 2024
2 parents 32af30c + 546111c commit 4b3c8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run tests
run: python -m pytest --cov=aiomonitor -v tests
- name: Upload coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

check: # This job does nothing and is only used for the branch protection
name: ✅ Ensure the required checks passing
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# Confusingly, this action also supports updating releases, not
# just creating them. This is what we want here, since we've manually
# created the release above.
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
# dist/ contains the built packages, which smoketest-artifacts/
# contains the signatures and certificates.
Expand Down

0 comments on commit 4b3c8e8

Please sign in to comment.