Skip to content

Commit 5e43b8a

Browse files
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 6c38ffd commit 5e43b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ jobs:
391391
target: x86_64-unknown-linux-gnu
392392

393393
- name: Download Binary Artifact
394-
uses: actions/download-artifact@v5
394+
uses: actions/download-artifact@v6
395395
with:
396396
name: prs-rs-cli-x86_64-unknown-linux-gnu-
397397

@@ -411,7 +411,7 @@ jobs:
411411
build-library: true
412412

413413
- name: Download Library Artifact
414-
uses: actions/download-artifact@v5
414+
uses: actions/download-artifact@v6
415415
with:
416416
name: C-Library-prs-rs-x86_64-unknown-linux-gnu-
417417

0 commit comments

Comments
 (0)