Skip to content

Commit f9a1963

Browse files
committed
Use artifacts / coverage from Java 17 instead of 11 build
1 parent 0b78c36 commit f9a1963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Archive packages
5252
# We need artifacts from only one the builds
53-
if: runner.os == 'Linux' && matrix.java == '11'
53+
if: runner.os == 'Linux' && matrix.java == '17'
5454
uses: actions/upload-artifact@v2
5555
with:
5656
name: ${{ github.sha }}
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Upload coverage to Codecov
6363
# We need coverage data from only one the builds
64-
if: runner.os == 'Linux' && matrix.java == '11'
64+
if: runner.os == 'Linux' && matrix.java == '17'
6565
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
6666
with:
6767
name: sentry-java

0 commit comments

Comments
 (0)