Skip to content

Commit

Permalink
v2 to v4 actions/upload-artifact in integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jecarr committed Nov 20, 2024
1 parent a45190b commit 2334a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test coverage
run: make V=1 test.coverage
- name: Store coverage result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}
path: coverage/
Expand Down

0 comments on commit 2334a22

Please sign in to comment.