Skip to content

Commit 405ac46

Browse files
committed
Update actions/upload-artifact action to v7
1 parent 4d04d6b commit 405ac46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-build.yml

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

7878
- name: Upload screenshots of test failures
7979
if: failure()
80-
uses: actions/upload-artifact@v6
80+
uses: actions/upload-artifact@v7
8181
with:
8282
name: test-fail-screenshots-${{ matrix.java }}
8383
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/screenshots

0 commit comments

Comments
 (0)