Skip to content

Commit 2c971eb

Browse files
committed
Update actions/upload-artifact action to v7
1 parent 498c6a9 commit 2c971eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-build.yml

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

146146
- name: Upload report
147147
if: always()
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: pmd-report
151151
if-no-files-found: ignore

.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)