Skip to content

Commit 7c66563

Browse files
chore(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] <[email protected]>
1 parent 5c18ec9 commit 7c66563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/download-artifact@v3
38+
- uses: actions/download-artifact@v4.1.7
3939
with:
4040
name: Binaries
4141
path: ./artifacts
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/checkout@v2
125125
with:
126126
fetch-depth: 0
127-
- uses: actions/download-artifact@v3
127+
- uses: actions/download-artifact@v4.1.7
128128
with:
129129
name: Binaries
130130
path: ./artifacts
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/checkout@v2
162162
with:
163163
fetch-depth: 0
164-
- uses: actions/download-artifact@v3
164+
- uses: actions/download-artifact@v4.1.7
165165
with:
166166
name: Binaries
167167
path: ./artifacts

0 commit comments

Comments
 (0)