diff --git a/.github/workflows/onPushSimpleTest.yml b/.github/workflows/onPushSimpleTest.yml index 317ada9..a80a1a0 100644 --- a/.github/workflows/onPushSimpleTest.yml +++ b/.github/workflows/onPushSimpleTest.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload JaCoCo coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jacoco-report path: target/site/jacoco/ \ No newline at end of file