Skip to content

Commit 06079f7

Browse files
authored
Merge pull request #715 from REditorSupport/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 36c721a + 22ee1ff commit 06079f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

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

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

.github/workflows/rcmdcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: rcmdcheck
7979
run: |
8080
Rscript -e "rcmdcheck::rcmdcheck(args = c('--as-cran', '--no-manual'), error_on = 'warning')"
81-
- uses: actions/upload-artifact@v6
81+
- uses: actions/upload-artifact@v7
8282
if: failure()
8383
with:
8484
name: ${{ runner.os }}-log

0 commit comments

Comments
 (0)