Skip to content

Commit d691fda

Browse files
build(deps): bump the github-actions group with 2 updates (#55)
Bumps the github-actions 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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 412a0aa commit d691fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade hatch
2525
hatch build --target custom --target sdist
2626
- name: Store the distribution packages
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: python-package-distributions
3030
path: dist/
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write # IMPORTANT: mandatory for trusted publishing
4141
steps:
4242
- name: Download the stored distributions
43-
uses: actions/download-artifact@v6
43+
uses: actions/download-artifact@v7
4444
with:
4545
name: python-package-distributions
4646
path: dist/

0 commit comments

Comments
 (0)