Skip to content

Commit 22ee1ff

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36c721a commit 22ee1ff

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)