We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadca50 commit 96373a8Copy full SHA for 96373a8
.github/workflows/check-build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Upload screenshots of test failures
79
if: failure()
80
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
81
with:
82
name: test-fail-screenshots-${{ matrix.java }}
83
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/screenshots
0 commit comments