We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409c14e commit 7c38ff7Copy full SHA for 7c38ff7
.github/workflows/revdepcheck-top.yaml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Upload check results
91
if: failure()
92
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
93
with:
94
name: ${{ runner.os }}-r${{ matrix.config.r }}-revdep${{ matrix.config.pkg }}-results
95
path: ${{ matrix.config.pkg }}.Rcheck
pkgdown/_pkgdown.yml
@@ -7,7 +7,7 @@ home:
7
- text: The Futureverse Project
8
href: https://www.futureverse.org/
9
- text: Futureverse User Forum
10
- href: https://github.com/HenrikBengtsson/future/discussions
+ href: https://github.com/futureverse/future/discussions
11
12
navbar:
13
structure:
0 commit comments