From d3b85ce7d3fa158906faac0f3b2912131d08e688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:54:45 +0000 Subject: [PATCH] Build(deps): bump dawidd6/action-download-artifact from 19 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' 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 90022a8..418f318 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Download the GNU result - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v21 with: workflow: GnuTests.yml name: test-summary @@ -31,7 +31,7 @@ jobs: - name: Download the full test report - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v21 with: workflow: GnuTests.yml name: sed-gnu-full-result