Skip to content

Commit 47cec92

Browse files
dependabot[bot]djc
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 5e9fa38 commit 47cec92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
persist-credentials: false
183183
- name: Download rustls-ffi artifact
184-
uses: actions/download-artifact@v7
184+
uses: actions/download-artifact@v8
185185
with:
186186
name: ${{ matrix.artifact }}
187187
path: ${{ matrix.artifact }}
@@ -279,7 +279,7 @@ jobs:
279279
with:
280280
persist-credentials: false
281281
- name: Download rustls-ffi deb artifact
282-
uses: actions/download-artifact@v7
282+
uses: actions/download-artifact@v8
283283
with:
284284
name: librustls_0.15.0_amd64.deb
285285
- name: Install deb

0 commit comments

Comments
 (0)