Skip to content

Commit 82b2073

Browse files
authored
Merge pull request #708 from REditorSupport/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents a919b82 + 0d8659e commit 82b2073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
65+
uses: actions/upload-artifact@v6
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@v4
81+
- uses: actions/upload-artifact@v6
8282
if: failure()
8383
with:
8484
name: ${{ runner.os }}-log

0 commit comments

Comments
 (0)