We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78c36 commit f9a1963Copy full SHA for f9a1963
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Archive packages
52
# We need artifacts from only one the builds
53
- if: runner.os == 'Linux' && matrix.java == '11'
+ if: runner.os == 'Linux' && matrix.java == '17'
54
uses: actions/upload-artifact@v2
55
with:
56
name: ${{ github.sha }}
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Upload coverage to Codecov
63
# We need coverage data from only one the builds
64
65
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
66
67
name: sentry-java
0 commit comments