From 573c8adedc6f95f6ce5542f4d804c4a1b9ca69ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:45:31 +0000 Subject: [PATCH] chore(github-actions): 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/codecov.yml | 2 +- .github/workflows/micro-benchmark.yml | 2 +- .github/workflows/release-to-npm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e16122423..e2f9ba82d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@v4 - name: Download coverage file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: codecov diff --git a/.github/workflows/micro-benchmark.yml b/.github/workflows/micro-benchmark.yml index d26db189e..f4cc6a718 100644 --- a/.github/workflows/micro-benchmark.yml +++ b/.github/workflows/micro-benchmark.yml @@ -76,7 +76,7 @@ jobs: tool: critcmp - name: Linux | Download PR benchmark results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: benchmark-results-ubuntu-latest path: ./target/criterion diff --git a/.github/workflows/release-to-npm.yml b/.github/workflows/release-to-npm.yml index a9fa9ed44..16acd54ac 100644 --- a/.github/workflows/release-to-npm.yml +++ b/.github/workflows/release-to-npm.yml @@ -135,7 +135,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries