Skip to content

Commit e3fad6a

Browse files
committed
fix: update action versions and codecov
1 parent b896e25 commit e3fad6a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- uses: swatinem/rust-cache@v2
2323
- name: Build
@@ -43,7 +43,10 @@ jobs:
4343
4444
- name: Upload coverage reports to Codecov
4545
if: matrix.os == 'ubuntu-latest'
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@v4
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
verbose: true
4750

4851
semantic-release:
4952
name: Semantic Release

0 commit comments

Comments
 (0)