mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-21 07:12:01 +02:00
chore(deps): bump actions/download-artifact from 4 to 5 (#11925)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/check-urls.yml
vendored
2
.github/workflows/check-urls.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
- name: Generate Summary Report
|
- name: Generate Summary Report
|
||||||
uses: ./.github/actions/awesomebot-gh-summary-action
|
uses: ./.github/actions/awesomebot-gh-summary-action
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user