Skip to content

Commit d1c3d5e

Browse files
Merge pull request #1211 from gooddata/renovate/github-actions-updates
chore(actions-update): Update github-actions
2 parents 1ece074 + 9bd50a4 commit d1c3d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
builds-tests-coverage:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-java@v2
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-java@v4
1717
with:
1818
java-version: '11'
1919
distribution: 'adopt'
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: ~/.m2
2323
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
mvn verify javadoc:javadoc jacoco:report -Pcoverage -B -V
2828
- name: Upload coverage report to Codecov
29-
uses: codecov/codecov-action@v1
29+
uses: codecov/codecov-action@v5
3030
with:
3131
file: ./**/target/site/jacoco/jacoco.xml
3232
name: codecov

0 commit comments

Comments
 (0)