From 4b3b30b15a86ff5f5ad0c5f23b2219c738635a3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:33:25 +0100 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a979fc1..1d9bd97 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,7 +35,7 @@ jobs: with: cache: true go-version-file: 'go.mod' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage - name: check test coverage