From ecc6fa6ff207ddec4cc75a1769ef0d0f1d458bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 05:45:09 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ex-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ex-workflow.yml b/.github/workflows/ex-workflow.yml index a8539ffe..7b9c1228 100644 --- a/.github/workflows/ex-workflow.yml +++ b/.github/workflows/ex-workflow.yml @@ -225,13 +225,13 @@ jobs: echo "MODFLOW 6 examples: built at ${F_TIME}" - name: Download mf6examples.pdf build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: current path: ./current/ - name: Download zip_file build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: zip_files path: ./current/