Skip to content

Commit c854a64

Browse files
authored
Merge pull request #446 from xdev-software/renovate/actions-upload-artifact-5.x
Update actions/upload-artifact action to v5
2 parents dcdf8c7 + 96373a8 commit c854a64

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)