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 93223f6 commit 1a67064Copy full SHA for 1a67064
.github/workflows/test.yml
@@ -77,7 +77,7 @@ jobs:
77
testng.test.extra.jvmargs=${{ matrix.testExtraJvmArgs }}
78
- name: Upload build reports
79
if: ${{ failure() && steps.run_test_cases.outcome == 'failure' }}
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: build-reports-${{ matrix.jdk.group }}-${{ matrix.jdk.version }}-${{ steps.build_id.outputs.unique_id }}
83
path: testng-core/build/reports/tests/test/**
0 commit comments