Skip to content

Commit

Permalink
update download-artifact step to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirger committed Apr 10, 2024
1 parent cac3bdb commit 856f447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion smarter_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '0.1.6'
VERSION = '0.1.7'
"""The version of Smarter Kettle Client."""


Expand Down

0 comments on commit 856f447

Please sign in to comment.