Skip to content

Commit 866a2ff

Browse files
authored
Merge pull request #467 from xdev-software/renovate/actions-upload-artifact-6.x
Update actions/upload-artifact action to v6
2 parents c740dd6 + 05277d5 commit 866a2ff

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

0 commit comments

Comments
 (0)