We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce30bc7 + 64b39b5 commit dd764b1Copy full SHA for dd764b1
1 file changed
.github/workflows/trunk.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v4
88
89
- name: Download all the dists
90
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
91
with:
92
name: python-package-distributions
93
path: dist/
@@ -132,7 +132,7 @@ jobs:
132
id-token: write # IMPORTANT: mandatory for trusted publishing
133
steps:
134
135
136
137
138
0 commit comments