From d0bb0b7a8db5a2d53e813b499e33b956aba1a6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:32:40 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 23 to 24 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 23 to 24. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v23...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/compat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 65f0e2a7..c46244c9 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -81,7 +81,7 @@ jobs: if-no-files-found: warn - name: Retrieve reference results - uses: dawidd6/action-download-artifact@v23 + uses: dawidd6/action-download-artifact@v24 continue-on-error: true with: workflow: compat.yml @@ -164,7 +164,7 @@ jobs: if-no-files-found: warn - name: Retrieve reference results - uses: dawidd6/action-download-artifact@v23 + uses: dawidd6/action-download-artifact@v24 continue-on-error: true with: workflow: compat.yml