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.
actions/upload-artifact
1 parent 32c2bad commit d7e8a69Copy full SHA for d7e8a69
.github/workflows/contributor-build.yml
@@ -83,7 +83,7 @@ jobs:
83
run: ./ci/build-github.sh
84
shell: bash
85
- name: Upload test reports (if Gradle failed)
86
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
87
if: failure()
88
with:
89
name: test-reports-java8-${{ matrix.rdbms }}
0 commit comments