Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4 (#11)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 3d27ca8 commit 89259be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: 'Download Artifact Version'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: version-artifact
path: ${{ needs.Version.outputs.version_dir }}
- name: 'Download Artifact Changelog'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: changelog-artifact
# Commit
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Download Artifact Package - Pip'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: package-conda-artifact
- name: 'Create Release'
Expand Down

0 comments on commit 89259be

Please sign in to comment.