Skip to content

Commit b5e1a28

Browse files
authored
Merge pull request #3365 from github/dependabot/github_actions/dot-github/workflows/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7 in /.github/workflows
2 parents d0ad1da + c2d4383 commit b5e1a28

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
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Download all artifacts
86-
uses: actions/download-artifact@v6
86+
uses: actions/download-artifact@v7
8787
- name: Check expected artifacts exist
8888
run: |
8989
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
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Download all artifacts
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
- name: Check expected artifacts exist
8282
run: |
8383
VERSIONS="stable-v2.20.3 default linked nightly-latest"

0 commit comments

Comments
 (0)