From cfc617f704a15840ca61c5b5c35d4d5ae6ae2150 Mon Sep 17 00:00:00 2001 From: javierbrea Date: Thu, 16 May 2024 19:19:25 +0200 Subject: [PATCH] chore: Bump download-artifact to v4 --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25ae308..afb9ca2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: with: fetch-depth: 0 - name: Download test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-18.20.2 path: coverage diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d3ab7..d813087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - chore: Upgrade Node.js versions used in pipelines. Remove Node.js 16.x. Add Node.js 22.x - chore: Bump actions/cache to v4 - chore: Bump actions/upload-artifact to v4 +- chore: Bump actions/download-artifact to v4 ## [4.2.0] - 2024-01-16