Skip to content

Commit d8f001b

Browse files
dependabot[bot]cpu
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] <[email protected]>
1 parent 5aa0bf5 commit d8f001b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
with:
180180
persist-credentials: false
181181
- name: Download rustls-ffi artifact
182-
uses: actions/download-artifact@v6
182+
uses: actions/download-artifact@v7
183183
with:
184184
name: ${{ matrix.artifact }}
185185
path: ${{ matrix.artifact }}
@@ -277,7 +277,7 @@ jobs:
277277
with:
278278
persist-credentials: false
279279
- name: Download rustls-ffi deb artifact
280-
uses: actions/download-artifact@v6
280+
uses: actions/download-artifact@v7
281281
with:
282282
name: librustls_0.15.0_amd64.deb
283283
- name: Install deb

0 commit comments

Comments
 (0)