Skip to content

Commit 243b123

Browse files
authored
Merge pull request #2431 from spring-cloud/dependabot/github_actions/main/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 2fd3a2f + 7bc6713 commit 243b123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: surefire-reports
4242
path: '**/surefire-reports/*'

0 commit comments

Comments
 (0)