Skip to content

Commit 462be71

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#337)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a97cb8 commit 462be71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
- uses: actions/checkout@v6
294294

295295
- name: Download artifact
296-
uses: actions/download-artifact@v7
296+
uses: actions/download-artifact@v8
297297
with:
298298
name: pdu-${{ matrix.target }}
299299

@@ -337,7 +337,7 @@ jobs:
337337
- uses: actions/checkout@v6
338338

339339
- name: Download all artifacts
340-
uses: actions/download-artifact@v7
340+
uses: actions/download-artifact@v8
341341
with:
342342
path: ./downloads
343343

0 commit comments

Comments
 (0)