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 7b7ad92 commit c3bdfb1Copy full SHA for c3bdfb1
.github/workflows/atlas.yml
@@ -74,7 +74,7 @@ jobs:
74
run: ./ci/build-github.sh
75
shell: bash
76
- name: Upload test reports (if Gradle failed)
77
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
78
if: failure()
79
with:
80
name: test-reports-java11-${{ matrix.rdbms }}
.github/workflows/contributor-build.yml
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments