Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CI Actions #1846

Merged
merged 2 commits into from Dec 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -24,7 +24,7 @@ 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 }}

Expand Down Expand Up @@ -61,6 +61,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