Skip to content

Commit 66b744e

Browse files
committed
Actions update
1 parent 0f8feea commit 66b744e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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@v4
28+
uses: actions/upload-artifact@v6
2929
with:
3030
name: python-package-distributions
3131
path: howlongtobeatpy/dist/
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write # IMPORTANT: mandatory for trusted publishing
4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: python-package-distributions
4848
path: dist/

0 commit comments

Comments
 (0)