We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69f1c7 commit b40e9b3Copy full SHA for b40e9b3
3 files changed
.github/workflows/pkgdown.yaml
@@ -48,7 +48,7 @@ jobs:
48
shell: Rscript {0}
49
50
- name: Upload website
51
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
52
with:
53
name: website
54
retention-days: 5
.github/workflows/render-readme.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Upload README.md as an artifact
46
47
name: readme
path: README.md
.github/workflows/test-coverage.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload test results
67
if: failure()
68
69
70
name: coverage-test-failures
71
path: ${{ runner.temp }}/package
0 commit comments