We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8feea commit 66b744eCopy full SHA for 66b744e
.github/workflows/manual-publish-version.yml
@@ -25,7 +25,7 @@ jobs:
25
cd howlongtobeatpy
26
python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
29
with:
30
name: python-package-distributions
31
path: howlongtobeatpy/dist/
@@ -42,7 +42,7 @@ jobs:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
46
47
48
path: dist/
0 commit comments