We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9143e23 commit 4cd7eebCopy full SHA for 4cd7eeb
.github/workflows/integration-test.yml
@@ -92,7 +92,7 @@ jobs:
92
persist-credentials: false
93
94
- name: Download test results
95
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
96
with:
97
name: test-results
98
.github/workflows/pypi-publish-on-release.yml
@@ -78,7 +78,7 @@ jobs:
78
79
steps:
80
- name: Download all the dists
81
82
83
name: python-package-distributions
84
path: dist/
0 commit comments