From 79f66cd8366d8051617b0698a6d670452141e0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:03:45 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 16 to 17 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 17. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v17) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gnu-data.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 183a6258c..498ddce3a 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6 - name: Download the GNU result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: GnuTests.yml name: test-summary @@ -52,7 +52,7 @@ jobs: path: dl - name: Download the busybox result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: CICD.yml name: busybox-result.json @@ -60,7 +60,7 @@ jobs: path: dl - name: Download the toybox result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: CICD.yml name: toybox-result.json @@ -68,7 +68,7 @@ jobs: path: dl - name: Download the individual size result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: CICD.yml name: individual-size-result @@ -76,7 +76,7 @@ jobs: path: dl - name: Download the size result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: CICD.yml name: size-result @@ -84,7 +84,7 @@ jobs: path: dl - name: Download the full test report - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: GnuTests.yml name: aggregated-result