Skip to content

Commit

Permalink
try upload-artifact@v3 [wheel build]
Browse files Browse the repository at this point in the history
v4 doesn't let various wheel build pipelines to write their
artifacts to a single shared folder
  • Loading branch information
shanedsnyder committed Oct 17, 2024
1 parent 94b6870 commit 96df1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
with:
package-dir: ./darshan-util/pydarshan

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

0 comments on commit 96df1c6

Please sign in to comment.