Skip to content

Commit

Permalink
ci: update artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Oct 26, 2024
1 parent 2ff24bb commit 980f79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests and ensure 100% line coverage
run: poetry run pytest --cov-fail-under=100 --cov hpke tests
- name: Upload coverage artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python }}-${{ matrix.os }}
path: .coverage
Expand Down

0 comments on commit 980f79c

Please sign in to comment.