[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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](https://github.com/actions/upload-artifact/compare/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>

authored by

dependabot[bot] and committed by
GitHub
75b99359 e0ee1732

+1 -1
+1 -1
.github/workflows/test-coverage.yaml
··· 58 58 59 59 - name: Upload test results 60 60 if: failure() 61 - uses: actions/upload-artifact@v6 61 + uses: actions/upload-artifact@v7 62 62 with: 63 63 name: coverage-test-failures 64 64 path: ${{ runner.temp }}/package