Skip to content

Commit 9c24239

Browse files
Bump actions/download-artifact in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1695c5 commit 9c24239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-artifacts-legacy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download all artifacts
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
- name: Check expected artifacts exist
7474
shell: bash
7575
run: |

0 commit comments

Comments
 (0)