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 fb688e8 commit 88e5f8dCopy full SHA for 88e5f8d
1 file changed
.github/workflows/ci.yaml
@@ -119,7 +119,7 @@ jobs:
119
make ${{ matrix.platform }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }}
120
121
- name: Upload build artefacts
122
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
123
with:
124
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
125
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
0 commit comments