From 6c90b3913091386b2de8bb148fd2097b9ca02ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:31:33 +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/continuous-integration.yml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index abe55e1d..f7bfc350 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -60,7 +60,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -119,7 +119,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -179,7 +179,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -270,7 +270,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -361,7 +361,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -448,7 +448,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -524,7 +524,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -590,7 +590,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -654,7 +654,7 @@ jobs: submodules: true - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target @@ -727,13 +727,13 @@ jobs: submodules: true - name: Download Cache - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-cache path: ${{github.workspace}}/target - name: Download Libraries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: library-resources path: ${{github.workspace}}/src/main/resources