Skip to content

Commit 5b1619b

Browse files
Bump actions/download-artifact from 5 to 6 (#98)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee07bf4 commit 5b1619b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: download_base
5252
# it may not exist yet, so ignore
5353
continue-on-error: true
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: base-coverage-${{ env.MERGE_BASE_COMMIT }}
5757

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id-token: write
4242
steps:
4343
- name: Download distribution files from artifact
44-
uses: actions/download-artifact@de96f4613b77ec03b5cf633e7c350c32bd3c5660
44+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
4545
with:
4646
name: python-package-distributions
4747
path: dist/

0 commit comments

Comments
 (0)