Skip to content

Commit e379a63

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 5 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v5...v6) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- 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-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e199357 commit e379a63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .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@v5
16+
uses: dawidd6/action-download-artifact@v6
1717
with:
1818
workflow: docs-build.yml
1919
name: docs-build

Diff for: .github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ 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/gh-action-pypi-publish@v1.8.14
100+
uses: pypa/gh-action-pypi-publish@v1.9.0
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103
print-hash: true
@@ -110,6 +110,6 @@ jobs:
110110

111111
- name: Publish distribution 📦 to PyPI
112112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113-
uses: pypa/gh-action-pypi-publish@v1.8.14
113+
uses: pypa/gh-action-pypi-publish@v1.9.0
114114
with:
115115
print-hash: true

0 commit comments

Comments
 (0)