Skip to content

Commit d7e8a69

Browse files
committed
Update deprecated actions/upload-artifact
1 parent 32c2bad commit d7e8a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributor-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: ./ci/build-github.sh
8484
shell: bash
8585
- name: Upload test reports (if Gradle failed)
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
if: failure()
8888
with:
8989
name: test-reports-java8-${{ matrix.rdbms }}

0 commit comments

Comments
 (0)