Skip to content

Commit

Permalink
chore: update setup-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vanooyen committed Aug 8, 2024
1 parent a4eda40 commit 098d448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
git config --global user.email 'uprotocol-bot@eclipse.org'
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4

- name: Set up Apache Maven Central
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with: # configure settings.xml
distribution: 'temurin'
java-version: '17'
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Upload JaCoCo Coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: target/site/jacoco
Expand All @@ -72,7 +72,7 @@ jobs:
fs.writeFileSync('./pr-comment/pr-number.txt', pr_number);
fs.writeFileSync('./pr-comment/body.txt', body);
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@v4
with:
name: pr-comment
path: pr-comment/

0 comments on commit 098d448

Please sign in to comment.