From 1cd9818e630d99dabdc3d4054ebb94a1e7aaaa7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:19:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 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/generic.yml | 2 +- .github/workflows/master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index b171712..a2ac4b3 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest needs: [build-devel] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: pre-release.tar.gz - name: Extract pre-release diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index bb60490..e07e8ca 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest needs: [build-release] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: release.tar.gz - name: Extract release