Skip to content

Commit b40e9b3

Browse files
Bump actions/upload-artifact from 6 to 7 (#586)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d69f1c7 commit b40e9b3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
shell: Rscript {0}
4949

5050
- name: Upload website
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: website
5454
retention-days: 5

.github/workflows/render-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: Rscript {0}
4444

4545
- name: Upload README.md as an artifact
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: readme
4949
path: README.md

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload test results
6767
if: failure()
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: coverage-test-failures
7171
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)