We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98029ea + 3a450e8 commit 0e754c0Copy full SHA for 0e754c0
.github/workflows/run-integration-tests.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Upload videos of test failures
63
if: failure()
64
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
65
with:
66
name: test-fail-videos-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
67
path: demo/integration-tests/${{ matrix.project }}/target/records
0 commit comments