Skip to content

Commit 20db8d0

Browse files
Bump the ci group with 2 updates (#77)
Bumps the ci group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `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/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5c2e8d commit 20db8d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ jobs:
474474
--skip-missing-interpreters false
475475
476476
- name: Store the Python package distributions
477-
uses: actions/upload-artifact@v4
477+
uses: actions/upload-artifact@v5
478478
with:
479479
name: python-package-distributions
480480
# NOTE: Exact expected file names are specified here
@@ -632,7 +632,7 @@ jobs:
632632
shell: bash
633633

634634
- name: Download all the dists
635-
uses: actions/download-artifact@v5
635+
uses: actions/download-artifact@v6
636636
with:
637637
name: python-package-distributions
638638
path: dist/
@@ -764,7 +764,7 @@ jobs:
764764
765765
steps:
766766
- name: Download all the dists
767-
uses: actions/download-artifact@v5
767+
uses: actions/download-artifact@v6
768768
with:
769769
name: python-package-distributions
770770
path: dist/
@@ -794,7 +794,7 @@ jobs:
794794
795795
steps:
796796
- name: Download all the dists
797-
uses: actions/download-artifact@v5
797+
uses: actions/download-artifact@v6
798798
with:
799799
name: python-package-distributions
800800
path: dist/

0 commit comments

Comments
 (0)