From a239150cbd4662cbf512d28c840ce4a324dde03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 06:08:46 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 21 to 23 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 23. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v23) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '23' 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..c1ad33d 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@v23 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@v23 with: workflow: GnuTests.yml name: grep-gnu-full-result