Skip to content

Commit 7e06e33

Browse files
build(dependabot): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c237b16 commit 7e06e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
npx nyc report --reporter=lcov --temp-dir ./coverage
5656
5757
- name: Upload coverage file
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: coverage-report
6161
path: ./coverage/lcov.info
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474

7575
- name: Download coverage file
76-
uses: actions/download-artifact@v7
76+
uses: actions/download-artifact@v8
7777
with:
7878
name: coverage-report
7979

0 commit comments

Comments
 (0)