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.
1 parent 0013ca0 commit d937a87Copy full SHA for d937a87
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
needs: [ config, ci ]
41
steps:
42
- name: Get build artifacts
43
- uses: actions/download-artifact@v4.1.9
+ uses: actions/download-artifact@v4.2.1
44
with:
45
pattern: Python-*
46
path: dist
0 commit comments