From 83d46a7b7effa0b2a7308d5068c0819a3f036535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:53:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9c31a5..36caf4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,11 +53,11 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: download coverage file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.sha }}-coverage.txt - name: download coverage file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.sha }}-coverage-e2e.txt - name: upload coverage