Skip to content

Commit 10b7445

Browse files
committed
chore: update artifact actions to v4
1 parent 9b5a848 commit 10b7445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install setuptools wheel
2222
python setup.py sdist bdist_wheel
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
path: ./dist
2626
pypi-publish:
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
id-token: write
3232
steps:
33-
- uses: actions/download-artifact@v4.1.7
33+
- uses: actions/download-artifact@v4
3434
- name: Publish package distributions to PyPI
3535
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:

0 commit comments

Comments
 (0)