diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b476e20..26566e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,5 +62,5 @@ jobs: junit_files: "test/results/**/*.xml" - name: Upload to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 if: ${{ matrix.luaVersion == '5.3' }}