Skip to content

Commit bce7bc6

Browse files
ci: bump actions/download-artifact from 4 to 7 (#392)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5424f89 commit bce7bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v6
6161
- name: Download coverage artifact
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v7
6363
with:
6464
name: coverage-report
6565
path: coverage/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
echo "Updated npm version: $(npm --version)"
318318
319319
- name: Download artifacts
320-
uses: actions/download-artifact@v4
320+
uses: actions/download-artifact@v7
321321
with:
322322
name: dist
323323
path: .

0 commit comments

Comments
 (0)