1 parent f97f76e commit 6ca0236Copy full SHA for 6ca0236
2 files changed
.github/workflows/github-build-all.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: cmd
37
steps:
38
- name: Checkout
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
40
with:
41
submodules: true
42
@@ -117,7 +117,7 @@ jobs:
117
runs-on: ${{matrix.image}}
118
119
120
121
122
123
.github/workflows/github-coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Report Coverage
78
if: matrix.coverage
79
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
80
81
token: ${{secrets.CODECOV_TOKEN}}
82
fail_ci_if_error: true
0 commit comments