Skip to content

Commit 8d50be3

Browse files
authored
Merge pull request #3245 from github/dependabot/github_actions/dot-github/workflows/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6 in /.github/workflows
2 parents 777daa0 + 44aeac1 commit 8d50be3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug-artifacts-failure-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Download all artifacts
82-
uses: actions/download-artifact@v5
82+
uses: actions/download-artifact@v6
8383
- name: Check expected artifacts exist
8484
run: |
8585
LANGUAGES="cpp csharp go java javascript python"

.github/workflows/debug-artifacts-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Download all artifacts
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
- name: Check expected artifacts exist
7878
run: |
7979
VERSIONS="stable-v2.20.3 default linked nightly-latest"

0 commit comments

Comments
 (0)