Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Commit 2f31370

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents d790f2c + 524067c commit 2f31370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up JDK 21
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: temurin
2424
java-version: '21'
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Upload test reports
3333
if: always()
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: test-reports
3737
path: '**/build/reports/tests/'

0 commit comments

Comments
 (0)