Skip to content

Commit 96df1c6

Browse files
author
Shane Snyder
committed
try upload-artifact@v3 [wheel build]
v4 doesn't let various wheel build pipelines to write their artifacts to a single shared folder
1 parent 94b6870 commit 96df1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

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

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

0 commit comments

Comments
 (0)