Skip to content

Commit 1e64c95

Browse files
chore(deps): update actions/upload-artifact action to v7 (#5131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40890ee commit 1e64c95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Upload surefire reports
5353
if: always()
54-
uses: actions/upload-artifact@v6
54+
uses: actions/upload-artifact@v7
5555
with:
5656
name: surefire-reports
5757
path: |

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upload surefire reports
4040
if: always()
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: surefire-reports
4444
path: |

0 commit comments

Comments
 (0)