Skip to content

Commit 23f983c

Browse files
authored
Merge pull request #3544 from github/dependabot/github_actions/dot-github/workflows/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8 in /.github/workflows
2 parents 832e97c + bd03c44 commit 23f983c

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
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Download all artifacts
92-
uses: actions/download-artifact@v7
92+
uses: actions/download-artifact@v8
9393
- name: Check expected artifacts exist
9494
run: |
9595
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
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Download all artifacts
86-
uses: actions/download-artifact@v7
86+
uses: actions/download-artifact@v8
8787
- name: Check expected artifacts exist
8888
run: |
8989
VERSIONS="stable-v2.20.3 default linked nightly-latest"

0 commit comments

Comments
 (0)