Skip to content

Commit c7a5b09

Browse files
Merge remote-tracking branch 'origin/main' into mergeback/v4.31.1-to-main-5fe9434c
2 parents cbcb06a + 8d50be3 commit c7a5b09

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)