Skip to content

Commit 82f36c7

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows (#26)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b51f10a commit 82f36c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: bahmutov/npm-install@v1
8383

8484
- name: "📂 download docker artifacts"
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4.1.7
8686
with:
8787
name: docker
8888
path: /tmp

0 commit comments

Comments
 (0)