From 4417553f04bd88bccdb2ad86bd3fdbd32f4d6bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:43:20 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0 to a07e1dd02259003cd866ea4e16c903f1459e46a4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0...a07e1dd02259003cd866ea4e16c903f1459e46a4) --- 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 40336624..2719946e 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@2a4aebd3cbaad4fd177bb9819f3553fa8e2b8cd0 + uses: dawidd6/action-download-artifact@a07e1dd02259003cd866ea4e16c903f1459e46a4 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts