diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421ad540..b7c4c2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: | ROOT_DIR=`pwd` cd ${ROOT_DIR}/java && mvn test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: db3-log-artifact