Skip to content

Commit f5daa9f

Browse files
authored
Merge pull request #2383 from spring-cloud/dependabot/github_actions/main/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents c7273b6 + 303ad4a commit f5daa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
report_paths: '**/surefire-reports/TEST-*.xml'
3838
- name: Archive code coverage results
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: surefire-reports
4242
path: '**/surefire-reports/*'

0 commit comments

Comments
 (0)