Skip to content

Commit 6dbc22c

Browse files
Bump actions/download-artifact from 6 to 7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e0b77e commit 6dbc22c

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)