Skip to content

Commit

Permalink
update to artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cummins committed Dec 9, 2024
1 parent ae8c2b5 commit e52f258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install build
python -m build --sdist .
- name: Upload source package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: distribution
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install build
python -m build --sdist .
- name: Upload source package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: distribution
path: dist/
Expand Down

0 comments on commit e52f258

Please sign in to comment.