From 6c2270a7e78595b5b0984c826cdfe861399f40f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:40:01 -0500 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 5 to 7 (#13099) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-urls.yml | 2 +- .github/workflows/fpb-lint.yml | 2 +- .github/workflows/rtl-ltr-linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index ab0af73c7..a3d91cddc 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -107,7 +107,7 @@ jobs: if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }} run: | awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true; - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: ${{ steps.set-output.outputs.FILEPATH }} path: ${{ github.workspace }}/ab-results-*.json diff --git a/.github/workflows/fpb-lint.yml b/.github/workflows/fpb-lint.yml index b0aa5f827..e7d09fe69 100644 --- a/.github/workflows/fpb-lint.yml +++ b/.github/workflows/fpb-lint.yml @@ -29,7 +29,7 @@ jobs: echo ${{ github.event.pull_request.html_url }} > ./pr/PRurl cat output.log | sed -E 's:/home/runner/work/free-programming-books/|⚠.+::' | uniq > ./pr/error.log - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 if: always() with: name: pr diff --git a/.github/workflows/rtl-ltr-linter.yml b/.github/workflows/rtl-ltr-linter.yml index 40ac341df..1ae174650 100644 --- a/.github/workflows/rtl-ltr-linter.yml +++ b/.github/workflows/rtl-ltr-linter.yml @@ -94,7 +94,7 @@ jobs: # Only if the linter step was executed (success or failure) - name: Upload linter output artifact if: steps.run_linter.conclusion == 'success' || steps.run_linter.conclusion == 'failure' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: rtl-linter-output # Name of the artifact path: rtl-linter-output.log # Path to the output file