Skip to content

Commit fa9f057

Browse files
committed
chore: upgrade github actions versions for java 11 CI
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 1ac8576 commit fa9f057

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/java-11.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Set up JDK 11
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
distribution: 'temurin'
4141
java-version: 11
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Generate JaCoCo badge
4848
id: jacoco
49-
uses: cicirello/jacoco-badge-generator@v2
49+
uses: cicirello/jacoco-badge-generator@v2.11.0
5050
with:
5151
badges-directory: .github/badges
5252
generate-branches-badge: true
@@ -63,14 +63,14 @@ jobs:
6363
echo "(java-11) branches = ${{ steps.jacoco.outputs.branches }}"
6464
6565
- name: Upload JaCoCo coverage report
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: jacoco-report-java-11
6969
path: target/site/jacoco/
7070

7171
- name: Deploy to Coverage Branch
7272
if: ${{ github.event_name != 'pull_request' }}
73-
uses: crazy-max/ghaction-github-pages@v3
73+
uses: crazy-max/ghaction-github-pages@v4
7474
with:
7575
target_branch: coverage
7676
build_dir: .github/badges

0 commit comments

Comments
 (0)