Skip to content

Commit 6dee178

Browse files
dependabot[bot]DomFijanjanbridley
authored
Bump actions/download-artifact from 4.1.0 to 4.1.1 (#215)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domagoj Fijan <50439291+DomFijan@users.noreply.github.com> Co-authored-by: Jen Bradley <55467578+janbridley@users.noreply.github.com>
1 parent 9ede1d2 commit 6dee178

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PublishPyPI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
if: startsWith(github.ref, 'refs/tags/v')
4242
steps:
4343
- name: Download artifact sdist
44-
uses: actions/download-artifact@v4.1.0
44+
uses: actions/download-artifact@v4.1.1
4545
with:
4646
name: sdist
4747
path: dist
4848
- name: Download artifact wheel
49-
uses: actions/download-artifact@v4.1.0
49+
uses: actions/download-artifact@v4.1.1
5050
with:
5151
name: wheel
5252
path: dist

0 commit comments

Comments
 (0)