diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-05-02 01:53:19 +0000 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-02 23:27:33 +0300 |
| commit | 30b897dfcdff27358745a87a3bd8d11c114bdf0e (patch) | |
| tree | e1ab746348d78db6d97d332e595a65f019c7f2c5 | |
| parent | 6fb576a95cb813a39b48aa51dbf7935db2c7ce11 (diff) | |
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d98fd4b531..c1eb9cf43c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -487,7 +487,7 @@ jobs: with: pattern: "*-metadata" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: "*-releases" |
