We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2237aeb + fe30649 commit 01fcac8Copy full SHA for 01fcac8
.github/workflows/build-exe.yml
@@ -40,7 +40,7 @@ jobs:
40
id-token: write # IMPORTANT: mandatory for sigstore
41
steps:
42
- name: Download the zipapp
43
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
44
with:
45
name: splitguides-app
46
path: dist/
.github/workflows/publish_to_pypi.yml
@@ -43,7 +43,7 @@ jobs:
- name: Download all the dists
47
48
name: python-package-distributions
49
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments