From 3d64ff886075ebf335e2fa94154786cfb924b1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:54:53 +0000 Subject: [PATCH] chore(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/compilers.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 701ce5a7dd9..c66f837f446 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -275,7 +275,7 @@ jobs: run: pip install tabulate pandas - name: Download reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: compat path: .github/compat/new diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 911a1849254..041aecf90c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -316,7 +316,7 @@ jobs: run: python update_flopy.py - name: Download pre-built binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bin-${{ runner.os }} path: bin @@ -466,7 +466,7 @@ jobs: eval "$cmd" - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ needs.build.outputs.distname }}_${{ matrix.ostag }}