Skip to content

Commit bfe8738

Browse files
authored
Merge pull request #21 from hpc4cmb/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a046cc2 + 3d3991b commit bfe8738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
python -m cibuildwheel --output-dir wheelhouse
112112
113-
- uses: actions/upload-artifact@v5
113+
- uses: actions/upload-artifact@v6
114114
with:
115115
name: flacarray-cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
116116
path: ./wheelhouse/flacarray*cp${{ matrix.python }}-${{ matrix.builder }}*${{ matrix.arch }}*.whl

0 commit comments

Comments
 (0)