From 92a8340b9cdfb32b856878290029ba5e885d0b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:52:46 +0100 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#18) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6514640..a6d6d57 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov open_meteo tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: coverage-${{ matrix.python }}-${{ matrix.os }} path: .coverage