From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:18:44 +0000 (+0000) Subject: build(deps): bump actions/upload-artifact from 4 to 5 X-Git-Tag: mdadm-4.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a2c999267b6b5dd96d69734664ec40421e4b30;p=thirdparty%2Fmdadm.git build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa92cbff..ba0eb249 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,14 +59,14 @@ jobs: - name: "Save artifacts inspur5" if: ${{ steps.testing.outcome == 'failure' && env.RUNNER_NAME == 'inspur5' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "Logs from failed tests" path: /home/ci/actions-runner/_work/mdadm/logs/*.log - name: "Save artifacts inspur5-2" if: ${{ steps.testing.outcome == 'failure' && env.RUNNER_NAME == 'inspur5-2'}} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "Logs from failed tests" path: /home/ci/actions-runner-2/_work/mdadm/logs/*.log