Skip to content

Commit 248e741

Browse files
DEV: Bump actions/download-artifact from 5 to 6 (#3505)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a020ec8 commit 248e741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230

231231
- run: python -m pip install --upgrade coverage[toml]
232232

233-
- uses: actions/download-artifact@v5
233+
- uses: actions/download-artifact@v6
234234
with:
235235
pattern: coverage-data*
236236
merge-multiple: true

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Download all the dists
47-
uses: actions/download-artifact@v5
47+
uses: actions/download-artifact@v6
4848
with:
4949
name: python-package-distributions
5050
path: dist/

0 commit comments

Comments
 (0)