Skip to content

Commit cd1b9c0

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#889)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com>
1 parent 36bb33e commit cd1b9c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
lfs: true
4242

4343
- name: Download lava artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: lava
4747

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Download lava artifact
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4.1.7
8686
with:
8787
name: lava
8888

@@ -154,7 +154,7 @@ jobs:
154154
repository: 'Lava'
155155

156156
- name: Download lava artifact
157-
uses: actions/download-artifact@v3
157+
uses: actions/download-artifact@v4.1.7
158158
with:
159159
name: lava
160160

0 commit comments

Comments
 (0)