Skip to content

Commit 88e5f8d

Browse files
dependabot[bot]freakboy3742
authored andcommitted
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#331)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb688e8 commit 88e5f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
make ${{ matrix.platform }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }}
120120
121121
- name: Upload build artefacts
122-
uses: actions/upload-artifact@v5.0.0
122+
uses: actions/upload-artifact@v6.0.0
123123
with:
124124
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
125125
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz

0 commit comments

Comments
 (0)