diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-01 07:03:46 +0000 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-03-01 13:51:05 +0100 |
| commit | 53abd150bca334b424c966def67f0c06258aaec4 (patch) | |
| tree | 03744530c771206412563cbf6a97aed25ad4aa89 | |
| parent | afca5a41fa6ff7748d776d379c0a10edce7f526f (diff) | |
| download | Project-Tick-53abd150bca334b424c966def67f0c06258aaec4.tar.gz Project-Tick-53abd150bca334b424c966def67f0c06258aaec4.zip | |
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...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/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 9d7474d7b2..973c82a640 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -932,7 +932,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 5c233ec91b..ecf67f354e 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -147,7 +147,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true |
