Skip to content

Commit b9053c4

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `dawidd6/action-download-artifact` from 7 to 8 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v7...v8) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f63331 commit b9053c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Download Artifact
16-
uses: dawidd6/action-download-artifact@v7
16+
uses: dawidd6/action-download-artifact@v8
1717
with:
1818
workflow: docs-build.yml
1919
name: docs-build

.github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
# if: >-
9898
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
# uses: pypa/[email protected].3
100+
# uses: pypa/[email protected].4
101101
# with:
102102
# repository-url: https://test.pypi.org/legacy/
103103
# print-hash: true
104104

105105
- name: Publish distribution 📦 to PyPI
106106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107-
uses: pypa/[email protected].3
107+
uses: pypa/[email protected].4
108108
with:
109109
print-hash: true
110110

0 commit comments

Comments
 (0)