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 1158013 commit 832d393Copy full SHA for 832d393
.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/[email protected].0
+ uses: actions/[email protected].1
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