From 86df3e328439e21ac306fc3ce61bddaf6b50c871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:15:09 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 21 to 24 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 24. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v24) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gnu-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index c96add4..c70bd09 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v7 - name: Download the GNU result - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: GnuTests.yml name: test-summary @@ -31,7 +31,7 @@ jobs: - name: Download the full test report - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: GnuTests.yml name: grep-gnu-full-result