Skip to content

Commit e84f84c

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 895d0a4 commit e84f84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5
294294

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

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

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

0 commit comments

Comments
 (0)