Skip to content

Commit 584e9a7

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

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
@@ -108,7 +108,7 @@ jobs:
108108
node-version: ${{ env.NODE_VERSION }}
109109

110110
- name: Download environment
111-
uses: actions/download-artifact@v7
111+
uses: actions/download-artifact@v8
112112
with:
113113
name: environment
114114
path: /tmp
@@ -178,7 +178,7 @@ jobs:
178178
node-version: ${{ env.NODE_VERSION }}
179179

180180
- name: Download environment
181-
uses: actions/download-artifact@v7
181+
uses: actions/download-artifact@v8
182182
with:
183183
name: environment
184184
path: /tmp

0 commit comments

Comments
 (0)