Skip to content

Commit 13a509b

Browse files
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 c6d546b commit 13a509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/setup-python@v2
134134
with:
135135
python-version: '3.8'
136-
- uses: actions/download-artifact@v2
136+
- uses: actions/download-artifact@v4.1.7
137137
- name: Show artifacts
138138
run: ls -R
139139
working-directory: dist

0 commit comments

Comments
 (0)