We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85ebdd commit c8893e0Copy full SHA for c8893e0
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- name: Download packages built by build-and-inspect-python-package
46
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
47
with:
48
name: Packages
49
path: dist
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments