Skip to content

Commit f31a7ec

Browse files
dependabot[bot]blowekamp
authored andcommittedJan 9, 2025·
Bump actions/download-artifact from 4.1.7 to 4.1.8
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]>
1 parent 5f37820 commit f31a7ec

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.7
53+
- uses: actions/download-artifact@v4.1.8
5454
id: download
5555
with:
5656
name: python-packages

0 commit comments

Comments
 (0)
Please sign in to comment.