Skip to content

Commit 2dcbd7e

Browse files
Bump actions/download-artifact from 7 to 8 in the actions group (#89)
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5b4645 commit 2dcbd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 Artifacts
44-
uses: actions/download-artifact@v7
44+
uses: actions/download-artifact@v8
4545
with:
4646
# The build-and-inspect-python-package action invokes upload-artifact.
4747
# These are the correct arguments from that action.

0 commit comments

Comments
 (0)