Skip to content

Commit

Permalink
newer version of actions/upload-artifact in pytests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Oct 3, 2024
1 parent b2735e1 commit 17226f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
mpirun -n 2 pytest --cov=wfl --cov-report term --cov-config=tests/.coveragerc --cov-report term-missing --cov-report term:skip-covered --with-mpi -k mpi --cov-append
- name: 'Upload Coverage Data'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: env.coverage-on-version == matrix.python-version
with:
name: coverage-html-${{ matrix.python-version }}
Expand Down

0 comments on commit 17226f1

Please sign in to comment.