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.
2 parents 517e86b + 3b95db4 commit 6622e17Copy full SHA for 6622e17
.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.3.6
+ uses: actions/upload-artifact@v4.4.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