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 5ca1c79 commit 42a4a13Copy full SHA for 42a4a13
.github/workflows/ci.yaml
@@ -121,7 +121,7 @@ jobs:
121
make ${{ matrix.target }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }}
122
123
- name: Upload build artefacts
124
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.5.0
125
with:
126
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
127
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
0 commit comments