Skip to content

Commit a88aa5e

Browse files
authored
Merge pull request #8 from Reloaded-Project/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 57a6833 + 5e43b8a commit a88aa5e

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)