Skip to content

Commit 1f93010

Browse files
Bump the all-dependencies group with 2 updates (#26)
Bumps the all-dependencies 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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) 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/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e3f44b commit 1f93010

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Build a binary wheel and a source tarball
8989
run: python3 -m build
9090
- name: Store the distribution packages
91-
uses: actions/upload-artifact@v6
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: python-package-distributions
9494
path: dist/
@@ -107,7 +107,7 @@ jobs:
107107
id-token: write
108108
steps:
109109
- name: Download all the dists
110-
uses: actions/download-artifact@v7
110+
uses: actions/download-artifact@v8
111111
with:
112112
name: python-package-distributions
113113
path: dist/
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Download all the dists
132-
uses: actions/download-artifact@v7
132+
uses: actions/download-artifact@v8
133133
with:
134134
name: python-package-distributions
135135
path: dist/

0 commit comments

Comments
 (0)