mirror of https://github.com/secdev/scapy.git
Update codecov-action to v4 (#4291)
This commit is contained in:
parent
9ee84a19d1
commit
dedddd975c
|
@ -136,7 +136,9 @@ jobs:
|
|||
- name: Run Tox
|
||||
run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v4.0.0-beta.3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
cryptography:
|
||||
name: pyca/cryptography test
|
||||
|
|
Loading…
Reference in New Issue