From cff07b17b775bca357d027a2503a6f2dc87525c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:19:15 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1721e21..6c7e5e8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -98,7 +98,7 @@ jobs: node-version: 16.x - run: npm install - name: Download Benchmark Fixture - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: benchmark-fixture path: /tmp/jitdb-benchmark @@ -116,7 +116,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: /tmp/artifacts - id: get-comment-body