Skip to content

Commit

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

---
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] authored and kdeldycke committed Jan 11, 2024
1 parent 82f0dbc commit 4fd4afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download build artifacts
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.1
id: download
with:
name: ${{ github.event.repository.name }}-poetry-build-${{ matrix.short_sha }}
Expand All @@ -246,7 +246,7 @@ jobs:
- name: Download all artifacts
# Do not try to fetch build artifacts if any of the job producing them was skipped.
if: needs.pypi-publish.result != 'skipped' || needs.compile-binaries.result != 'skipped'
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.1
id: artifacts
with:
path: release_artifact
Expand Down

0 comments on commit 4fd4afa

Please sign in to comment.