Skip to content

Commit 615568d

Browse files
dependabot[bot]olifre
authored andcommitted
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bd24ae commit 615568d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
node-version: '18.x'
116116

117117
- name: Download environment
118-
uses: actions/download-artifact@v6
118+
uses: actions/download-artifact@v7
119119
with:
120120
name: environment
121121
path: /tmp
@@ -182,7 +182,7 @@ jobs:
182182
node-version: '18.x'
183183

184184
- name: Download environment
185-
uses: actions/download-artifact@v6
185+
uses: actions/download-artifact@v7
186186
with:
187187
name: environment
188188
path: /tmp

0 commit comments

Comments
 (0)