We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae07d1 commit ab5aaf5Copy full SHA for ab5aaf5
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Install Rust
21
run: |
@@ -49,7 +49,7 @@ jobs:
49
--ignore "**/embedded-cli-macros/**" --ignore "**/examples/**"
50
51
- name: Upload coverage reports to Codecov
52
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
53
env:
54
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
55
files: target/coverage.xml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments