From cece16c03f64dac2cbd14e7eed779b3e20c39952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:00:36 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build_publish.yml | 2 +- .github/workflows/lint_format_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index e40d203..3ba4edd 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -97,7 +97,7 @@ jobs: - name: Install dependencies run: npm install - name: Download build artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: build path: ./dist diff --git a/.github/workflows/lint_format_test.yaml b/.github/workflows/lint_format_test.yaml index 4671fcf..01899d3 100644 --- a/.github/workflows/lint_format_test.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -126,7 +126,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Download test coverage artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage