diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cd8eff..f2717a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,7 +100,7 @@ jobs: ./cc-test-reporter format-coverage -t clover -o $CODECLIMATE_REPORT $COVERAGE_FILE - name: Upload tests reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: github.actor != 'dependabot[bot]' with: name: test-reports