Skip to content

Commit 54a8eb4

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

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@v4
294294

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

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

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

0 commit comments

Comments
 (0)