diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 79f8d2d..d8becc6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,8 +27,9 @@ jobs: # Need to run tests with a temp dir on same file system for os.Rename to succeed. - run: 'mkdir -p tmp && TMPDIR=$PWD/tmp make test' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: + name: coverage-${{ matrix.runs-on }} path: cover.html # Format code, we check below if nothing changed.