diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-01 12:50:15 +0000 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-09-07 22:29:13 +0200 |
| commit | 4aed9cb7d06b6522b1879687897fc9b752c887a6 (patch) | |
| tree | 89eba483f9fc429cd6108014e503d4a3f77192f4 /.github | |
| parent | 83a84faf7a67cb9926947d6b618f141c8020e8e3 (diff) | |
| download | Project-Tick-4aed9cb7d06b6522b1879687897fc9b752c887a6.tar.gz Project-Tick-4aed9cb7d06b6522b1879687897fc9b752c887a6.zip | |
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pigz.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 01366e409b..5aa1c9dbd3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -844,7 +844,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 59b36782bf..7219c99e1a 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -144,7 +144,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true |
