We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/download-artifact
1 parent 0b32a78 commit cee61d2Copy full SHA for cee61d2
.github/workflows/pythonpackage.yml
@@ -183,7 +183,7 @@ jobs:
183
run: |
184
python -m pip install --upgrade pip
185
pip install --upgrade twine
186
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v4.1.8
187
with:
188
pattern: built-*
189
merge-multiple: true
@@ -202,7 +202,7 @@ jobs:
202
permissions:
203
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
204
steps:
205
206
207
208
0 commit comments