Skip to content

Commit b290818

Browse files
authored
Merge pull request #565 from xdev-software/renovate/actions-upload-artifact-7.x
Update actions/upload-artifact action to v7
2 parents 66ba020 + 2c971eb commit b290818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Upload videos of test failures
7878
if: ${{ matrix.video && failure() }}
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@v7
8080
with:
8181
name: test-fail-videos-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
8282
path: advanced-demo/integration-tests/${{ matrix.project }}/target/records
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Upload WebApp JaCoCo report
9292
if: ${{ matrix.jacoco && success() }}
93-
uses: actions/upload-artifact@v6
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: webapp-jacoco-report-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
9696
path: advanced-demo/target/site/jacoco-aggregate

0 commit comments

Comments
 (0)