From 7809ca5d97f065e38213cd01d01846987b04d6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:40:50 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from e9ef242655d12993efdcda9058dee2db83a2cb9b to f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/e9ef242655d12993efdcda9058dee2db83a2cb9b...f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 792418d1..5bf99c88 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -35,7 +35,7 @@ jobs: - name: Download Reference Exec Summary if: github.ref != 'refs/heads/main' continue-on-error: true - uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 with: name: reference_exec_summary