Skip to content

Commit 9f4cb3a

Browse files
authored
Merge pull request #18 from hpc4cmb/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b316041 + a452ba3 commit 9f4cb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
113+
- uses: actions/upload-artifact@v5
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)