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 a4cd236 commit a9f7ea9Copy full SHA for a9f7ea9
1 file changed
.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@v6.0.0
+ uses: actions/upload-artifact@v7.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