From 2fcaa2427195f1726eac927682cc59e6656e378a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:37:44 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from f29d1b6a8930683e80acedfbe6baa2930cd646b4 to e73ee10c7552966e58bde25ecb4a0033cd13a843. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/f29d1b6a8930683e80acedfbe6baa2930cd646b4...e73ee10c7552966e58bde25ecb4a0033cd13a843) --- 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 e084270d..8b1785e4 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@f29d1b6a8930683e80acedfbe6baa2930cd646b4 + uses: dawidd6/action-download-artifact@e73ee10c7552966e58bde25ecb4a0033cd13a843 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts