We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62124c8 commit 718eaa5Copy full SHA for 718eaa5
.github/workflows/R-CMD-check.yaml
@@ -83,12 +83,12 @@ jobs:
83
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
84
run: |
85
## --------------------------------------------------------------------
86
- find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
+ find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
87
shell: bash
88
89
- name: Upload test results
90
if: failure()
91
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
92
with:
93
name: coverage-test-failures
94
path: ${{ runner.temp }}/package
0 commit comments