We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a913515 + 57b69c0 commit 8edab07Copy full SHA for 8edab07
1 file changed
.github/workflows/checkBuild.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Upload screenshots of test failures
72
if: failure()
73
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
74
with:
75
name: test-fail-screenshots-${{ matrix.java }}
76
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/screenshots
0 commit comments