Skip to content

Commit 96373a8

Browse files
committed
Update actions/upload-artifact action to v5
1 parent cadca50 commit 96373a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: test-fail-screenshots-${{ matrix.java }}
8383
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/screenshots

0 commit comments

Comments
 (0)