We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626a647 commit a87bba6Copy full SHA for a87bba6
1 file changed
.github/workflows/ci.yml
@@ -35,11 +35,11 @@ jobs:
35
timeout-minutes: 10
36
steps:
37
- name: Checkout code
38
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
39
with:
40
persist-credentials: false
41
- name: Checkout themis.vim
42
43
44
repository: thinca/vim-themis
45
@@ -70,7 +70,7 @@ jobs:
70
- name: Generate XML coverage report
71
run: primula xml
72
- name: Upload coverage to Codecov
73
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
74
75
token: ${{ secrets.CODECOV_TOKEN }}
76
fail_ci_if_error: true
0 commit comments