From 8ff5a610ed812228858514fcad4225861d7fb68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:02:44 +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/run-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5364d724..63d031aa 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -193,32 +193,32 @@ jobs: needs: [stoolball-web-unit-tests, stoolball-unit-tests, stoolball-integration-tests, stoolball-web-js-tests, stoolball-sql-unit-tests] steps: - name: Download Stoolball.Web.UnitTests results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-web-unit-tests - name: Download Stoolball.UnitTests results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-unit-tests - name: Download Stoolball.Data.SqlServer.UnitTests results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-sql-unit-tests - name: Download Stoolball.Data.MemoryCache.UnitTests results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-cache-unit-tests - name: Download Stoolball.Data.SqlServer.IntegrationTests results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-integration-tests - name: Download Jest results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: stoolball-web-js-tests