Skip to content

Commit a8174a4

Browse files
authored
Merge branch 'master' into dependabot/maven/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.8.14
2 parents 5caa99e + eb17ac2 commit a8174a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mvn verify --file pom.xml
3434

3535
- name: Upload JaCoCo coverage report artifact
36-
uses: actions/upload-artifact@v4.6.2
36+
uses: actions/upload-artifact@v5.0.0
3737
with:
3838
name: jacoco.xml
3939
path: ./target/site/jacoco/jacoco.xml
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v5.0.0
5050

5151
- name: Download JaCoCo coverage report artifact
52-
uses: actions/download-artifact@v5.0.0
52+
uses: actions/download-artifact@v6.0.0
5353
with:
5454
name: jacoco.xml
5555

0 commit comments

Comments
 (0)