Skip to content

Commit

Permalink
Bump upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 23, 2024
1 parent 5f3c9b6 commit 5f5b5ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: coverage-data-${{ matrix.session }}-${{ matrix.python }}-${{ matrix.os }}
path: ".coverage.*"
Expand Down Expand Up @@ -125,7 +125,8 @@ jobs:
- name: Download coverage data
uses: actions/download-artifact@v4
with:
name: coverage-data
pattern: coverage-data-*
merge-multiple: true

- name: Combine coverage data and display human readable report
run: |
Expand Down

0 comments on commit 5f5b5ed

Please sign in to comment.