Skip to content

Commit 820eb66

Browse files
mimnoclaude
andcommitted
Update GitHub Actions to v4
Upgrade checkout, setup-java, and upload-artifact actions from v3 to v4 to fix deprecation warnings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d846599 commit 820eb66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
packages: write
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up JDK 17
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: '17'
2727
distribution: 'temurin'
@@ -30,7 +30,7 @@ jobs:
3030
run: mvn --batch-mode verify
3131

3232
- name: Upload Test Results
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
if: always()
3535
with:
3636
name: test-results

0 commit comments

Comments
 (0)