Skip to content

Commit e2d0f5e

Browse files
dependabot[bot]blowekamp
authored andcommitted
Bump actions/download-artifact from 4.1.8 to 4.2.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33e70b7 commit e2d0f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ['3.8', '3.11']
5151
runs-on: ${{ matrix.os }}
5252
steps:
53-
- uses: actions/download-artifact@v4.1.8
53+
- uses: actions/download-artifact@v4.2.1
5454
id: download
5555
with:
5656
name: python-packages

0 commit comments

Comments
 (0)