Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 0883d39 commit 3d64ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 3d64ff8

Please sign in to comment.