Skip to content

Commit 91ee858

Browse files
authored
Merge pull request #4186 from bstaletic/ci-warn
Update setup-java action
2 parents 127646b + d40e1ef commit 91ee858

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: codecov/codecov-action@v3
5151
with:
5252
name: "${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.python-arch }}"
53+
token: ${{ secrets.CODECOV_TOKEN }}
5354

5455
vim-tests:
5556
strategy:
@@ -71,7 +72,7 @@ jobs:
7172
- name: Install dependencies
7273
run: sudo -H pip3 install -r python/test_requirements.txt
7374
- name: Install Java
74-
uses: actions/setup-java@v2
75+
uses: actions/setup-java@v3
7576
with:
7677
java-version: 17
7778
distribution: 'temurin'
@@ -90,3 +91,4 @@ jobs:
9091
uses: codecov/codecov-action@v3
9192
with:
9293
name: "vim-tests-${{ matrix.vim }}"
94+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)