Skip to content

Commit

Permalink
Merge pull request #120 from data-apis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-cca60c2a48

Bump the actions group with 2 updates
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
2 parents 4f63331 + b9053c4 commit 1a288de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Artifact
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v8
with:
workflow: docs-build.yml
name: docs-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
# if: >-
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
# uses: pypa/[email protected].3
# uses: pypa/[email protected].4
# with:
# repository-url: https://test.pypi.org/legacy/
# print-hash: true

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

Expand Down

0 comments on commit 1a288de

Please sign in to comment.