Skip to content

Commit 3060fac

Browse files
Update publish-central.yml
1 parent 4422374 commit 3060fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
run: mvn -B clean verify
4242

4343
- name: Upload test results
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
if: always()
4646
with:
4747
name: test-results
4848
path: target/surefire-reports/
4949
retention-days: 30
5050

5151
- name: Upload coverage reports
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
if: always()
5454
with:
5555
name: coverage-reports

0 commit comments

Comments
 (0)