Skip to content

Commit 7138f03

Browse files
author
shanedsnyder
authored
Merge pull request #1024 from darshan-hpc/snyder/build-wheels-update-2025
CI: update upload-artifact version in build-wheels workflow
2 parents 0ca6e9e + 4f849db commit 7138f03

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ jobs:
5757
with:
5858
package-dir: ./darshan-util/pydarshan
5959

60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
62+
name: pydarshan-wheels-${{ matrix.os }}
6263
path: ./wheelhouse/*.whl
64+
retention-days: 0
65+
66+
merge_artifacts:
67+
name: Merge built wheel artifacts
68+
needs: build_wheels
69+
runs-on: ubuntu-latest
70+
steps:
71+
- uses: actions/upload-artifact/merge@v4
72+
with:
73+
name: pydarshan-wheels-all

0 commit comments

Comments
 (0)