Skip to content

Commit aa19ea2

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db183fc commit aa19ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with: {fetch-depth: 0}
5959

6060
- name: Download staged release notes
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4.1.7
6262
with:
6363
name: CHANGELOG.md
6464

@@ -74,7 +74,7 @@ jobs:
7474
draft: true
7575

7676
- name: Download staged Cartographer artifact
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4.1.7
7878
with:
7979
name: cartographer.yaml
8080

0 commit comments

Comments
 (0)