Skip to content

Commit 718eaa5

Browse files
committed
update test-coverage action
1 parent 62124c8 commit 718eaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
8484
run: |
8585
## --------------------------------------------------------------------
86-
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
86+
find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
8787
shell: bash
8888

8989
- name: Upload test results
9090
if: failure()
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: coverage-test-failures
9494
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)