Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.4 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.4...v4.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 21, 2024
1 parent 0a9b174 commit f6f7abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Get Packages
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
name: ${{ needs.package.outputs.artifact-name }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.x"

- name: Get packages
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist
Expand Down

0 comments on commit f6f7abd

Please sign in to comment.