There was an error while loading. Please reload this page.
1 parent 299eb04 commit 0c2ba82Copy full SHA for 0c2ba82
.github/workflows/atlas.yml
@@ -77,7 +77,7 @@ jobs:
77
run: ./ci/build-github.sh
78
shell: bash
79
- name: Upload test reports (if Gradle failed)
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
if: failure()
82
with:
83
name: test-reports-java11-${{ matrix.rdbms }}
.github/workflows/contributor-build.yml
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments