From dde53a7e904404ca510b3c20279be862550d8c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:14:43 +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/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f61fe4d..6dd60e73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -77,7 +77,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -110,7 +110,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -145,7 +145,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -179,7 +179,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -217,7 +217,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install @@ -254,7 +254,7 @@ jobs: steps: - name: Download build id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Install