From 940bce6e7445de0f4dbbd1ee3afa3768ccd66b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:13 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test-and-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0df4903b..e47be772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: environment: 'production' steps: - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: docs/ diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 5f11d730..826c6d83 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -82,7 +82,7 @@ jobs: with: fetch-depth: 0 - name: Download versions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: versions - name: Store version