Skip to content

Commit 1a288de

Browse files
Merge pull request #120 from data-apis/dependabot/github_actions/actions-cca60c2a48
Bump the actions group with 2 updates
2 parents 4f63331 + b9053c4 commit 1a288de

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)