From 6b6cf8a946799c85b7c827d548d1d229626cf342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:16:54 +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/integration.yml | 4 ++-- .github/workflows/run_mdk.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c1e9b6c0..a9da8d26 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -174,14 +174,14 @@ jobs: - name: Download package (oasislmf) if: inputs.oasislmf_package != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: oasislmf-bin-pkg_linux path: ${{ github.workspace }}/ - name: Download package (ods_tools) if: inputs.ods_package != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bin_package path: ${{ github.workspace }}/ diff --git a/.github/workflows/run_mdk.yml b/.github/workflows/run_mdk.yml index 60efcc10..1215f01c 100644 --- a/.github/workflows/run_mdk.yml +++ b/.github/workflows/run_mdk.yml @@ -124,7 +124,7 @@ jobs: - name: download ods_tools if: needs.ods_tools.outputs.whl_filename != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bin_package path: ${{ github.workspace }}/