Skip to content

Commit

Permalink
Merge pull request #175 from SnowEx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-d3cef579c9

Bump the actions group with 2 updates
  • Loading branch information
jomey authored Dec 2, 2024
2 parents 63e2046 + 3bca0dc commit 3a2ba02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.11.0
- uses: pypa/gh-action-pypi-publish@v1.12.2
if: startsWith(github.ref, 'refs/tags')
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov snowexsql --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
verbose: true
env:
Expand Down

0 comments on commit 3a2ba02

Please sign in to comment.