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 ca43143 commit cfd548dCopy full SHA for cfd548d
.github/workflows/ci.yaml
@@ -120,7 +120,7 @@ jobs:
120
make ${{ matrix.target }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }}
121
122
- name: Upload build artefacts
123
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
124
with:
125
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
126
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
0 commit comments