Skip to content

Commit c80f27e

Browse files
authored
Update upload-artifact to V4 (#17)
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 4d3b520 commit c80f27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
run: |
2424
python -m build
2525
- name: Upload Built Artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: |
3030
./dist/*.whl
3131
./dist/*.gz
3232
- name: Publish package distributions to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)