Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#21)
Browse files Browse the repository at this point in the history
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 3 to 4.
  • Loading branch information
neumantm authored Mar 23, 2024
2 parents 7f2fca3 + 96eaeff commit 09ca0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python -m build
- name: Twine check
run: python -m twine check --strict dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: python-dist
path: dist
Expand Down

0 comments on commit 09ca0f7

Please sign in to comment.