Skip to content

Commit 4978c8d

Browse files
dependabot[bot]tnipen
authored andcommitted
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 117809a commit 4978c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install cibuildwheel
4242
run: python -m pip install cibuildwheel==2.13.1
4343

44-
- uses: actions/download-artifact@v2
44+
- uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: my-artifact
4747

@@ -90,7 +90,7 @@ jobs:
9090
name: Upload release to PyPI
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/download-artifact@v3
93+
- uses: actions/download-artifact@v4.1.7
9494
with:
9595
name: wheels
9696
path: wheelhouse

0 commit comments

Comments
 (0)