Skip to content

Commit

Permalink
Bump CI Actions (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Dec 15, 2021
1 parent d3284ed commit 42e4498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -24,9 +24,10 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Java: ${{ matrix.java }}"
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'

- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down Expand Up @@ -61,6 +62,6 @@ jobs:
- name: Upload coverage to Codecov
# We need coverage data from only one the builds
if: runner.os == 'Linux' && matrix.java == '11'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: sentry-java

0 comments on commit 42e4498

Please sign in to comment.