From 33f3faa197c6fc4725ed81d9e0902bd5524b8713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:55:46 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.8 to 2.0.9 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...v2.0.9) Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69a9c1df..73563d0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -123,7 +123,7 @@ jobs: nox --version - name: Download coverage data - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v2.0.9 with: name: coverage-data