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 59e4ed0 commit 66e16e1Copy full SHA for 66e16e1
.github/workflows/build-python-packages.yml
@@ -130,7 +130,7 @@ jobs:
130
run: if [ -d /Library/Frameworks/Python.framework ]; then sudo rm -rf /Library/Frameworks/Python.framework; fi
131
132
- name: Download artifact
133
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
134
with:
135
name: ${{ env.ARTIFACT_NAME }}
136
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
@@ -199,7 +199,7 @@ jobs:
199
needs: test_python
200
runs-on: ubuntu-latest
201
steps:
202
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
203
204
- name: Publish Release ${{ env.VERSION }}
205
id: create_release
0 commit comments