Skip to content

Commit 2df3c00

Browse files
committed
Update CI versions.
1 parent 22c552d commit 2df3c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
tool: cargo-tarpaulin
107107
- run: cargo tarpaulin --verbose --lib --examples --all-features --out xml
108108
- name: Upload to codecov.io
109-
uses: codecov/codecov-action@v3
109+
uses: codecov/codecov-action@v4
110110
with:
111111
token: ${{ secrets.CODECOV_TOKEN }}
112112
- name: Archive code coverage results
113-
uses: actions/upload-artifact@v1
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: code-coverage-report
116116
path: cobertura.xml

0 commit comments

Comments
 (0)