From b6bc8413a1e6dde529e3e870da2b77a826ef4eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:54:35 +0000 Subject: [PATCH] Build(deps): bump dawidd6/action-download-artifact from 19 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' 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..90ae885 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@v20 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@v20 with: workflow: GnuTests.yml name: sed-gnu-full-result