Skip to content

Commit 9c39f0a

Browse files
Bump actions/download-artifact from 5 to 6 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d77149 commit 9c39f0a

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)