]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
build(deps): bump actions/upload-artifact from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 11:11:31 +0000 (11:11 +0000)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Mon, 12 Jan 2026 06:38:12 +0000 (07:38 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/mdadm-test.yml
.github/workflows/tests.yml

index af4e3382182989f4f0ed26785e2084babe0bfe88..32f12192346255f5b6da5be42dc820db3e192b79 100644 (file)
@@ -61,7 +61,7 @@ jobs:
         continue-on-error: true
 
       - name: Collect logs of failed tests
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v6
         with:
           name: "mdadm-failed-test-logs"
           path: /mnt/tmp/*.log
index 4740163c3f08dd7fe23d9f5a768645563eb0994e..d38348fa337e1e59177f08e10e7317a2b753be2b 100644 (file)
@@ -59,14 +59,14 @@ jobs:
 
      - name: "Save artifacts inspur5"
        if: ${{ steps.testing.outcome == 'failure' && env.RUNNER_NAME == 'inspur5' }}
-       uses: actions/upload-artifact@v5
+       uses: actions/upload-artifact@v6
        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@v5
+       uses: actions/upload-artifact@v6
        with:
          name: "Logs from failed tests"
          path: /home/ci/actions-runner-2/_work/mdadm/logs/*.log