Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent 1c52d8e commit 750502e
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 @@ -60,7 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Get Packages
uses: actions/[email protected].7
uses: actions/[email protected].8
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 @@ -31,7 +31,7 @@ jobs:
python-version: "3.x"

- name: Get packages
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist
Expand Down

0 comments on commit 750502e

Please sign in to comment.