Skip to content

Commit 1e1b94a

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#122)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M0nkeySan <[email protected]>
1 parent 44f218f commit 1e1b94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
uses: actions/checkout@v5
4848

4949
- name: ↙️ Download dist
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: dist
5353
path: dist
5454

5555
- name: ↙️ Download node_modules
56-
uses: actions/download-artifact@v5
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: node_modules
5959
path: node_modules

0 commit comments

Comments
 (0)