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