Skip to content

Commit a35667e

Browse files
Merge pull request #110 from deepmodeling/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents d966e30 + 1751484 commit a35667e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
6262
steps:
6363
- name: Download distributions
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v8
6565
with:
6666
name: python-package-distributions
6767
path: dist/

0 commit comments

Comments
 (0)