Skip to content

Commit 01c5d18

Browse files
authored
Update manual-publish-version.yml
1 parent a45a55c commit 01c5d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual-publish-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cd howlongtobeatpy
2626
python3 -m build
2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: python-package-distributions
3131
path: howlongtobeatpy/dist/
@@ -42,10 +42,10 @@ jobs:
4242
id-token: write # IMPORTANT: mandatory for trusted publishing
4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: python-package-distributions
4848
path: dist/
4949
- name: Publish distribution 📦 to PyPI
5050
uses: pypa/gh-action-pypi-publish@release/v1
51-
51+

0 commit comments

Comments
 (0)