Skip to content

Commit bce95f6

Browse files
authored
Merge pull request #644 from idaholab/633-store-build-artifacts
Updated CI/CD to keep build artifacts.
2 parents 35c9c8f + 5bc6e57 commit bce95f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- run: pip install --user . montepy[develop]
4343
- run: pip freeze
4444
- name: Upload build artifacts
45-
uses: actions/upload-artifact@v4.3.1
46-
if: ${{ matrix.python-version == '3.12' && matrix.numpy-version == '2.0' }}
45+
uses: actions/upload-artifact@v4
46+
if: ${{ matrix.python-version == '3.12'}}
4747
with:
4848
name: build
4949
path: dist/*

0 commit comments

Comments
 (0)