From 9bf0af16ede20ca02ad4b01c4d19017a639b34ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:30:20 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 919731637237edfee1503d8a42b0e0caa49a4c63 to 2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/919731637237edfee1503d8a42b0e0caa49a4c63...2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-test-results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index d52ed540..40336624 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@919731637237edfee1503d8a42b0e0caa49a4c63 + uses: dawidd6/action-download-artifact@2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts