Skip to content

Commit 23a1030

Browse files
authored
Update actions to v4
1 parent 368919e commit 23a1030

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: '11'
2424
distribution: 'temurin'
@@ -43,4 +43,6 @@ jobs:
4343
run: ./gradlew jacocoTestReport
4444

4545
- name: Call Codecov
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@v4
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)