We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1e62d commit b08c911Copy full SHA for b08c911
2 files changed
.github/workflows/publish_pypi_prod.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
# Download artifacts from the build job
28
- name: Download Artifacts
29
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
30
with:
31
name: dist
32
path: dist
.github/workflows/publish_pypi_test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
0 commit comments