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 e29c0fd commit 80296f0Copy full SHA for 80296f0
.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.2.1
+ uses: actions/download-artifact@v4.3.0
44
with:
45
pattern: Python-*
46
path: dist
0 commit comments