From 73ec6b4647e5f80ccbaefd32d79e48cfe2c9d03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:07 +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/releases.yml | 2 +- .github/workflows/vult.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 2fd005e8..b1ba742d 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -112,7 +112,7 @@ jobs: steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/.github/workflows/vult.yml b/.github/workflows/vult.yml index 76189950..7c286f5c 100644 --- a/.github/workflows/vult.yml +++ b/.github/workflows/vult.yml @@ -113,7 +113,7 @@ jobs: steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - uses: "marvinpinto/action-automatic-releases@latest" with: