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 ab00585 commit 013a1d1Copy full SHA for 013a1d1
.github/workflows/ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
make ${{ matrix.platform }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }}
126
127
- name: Upload build artefacts
128
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
129
with:
130
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
131
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
0 commit comments