Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 6819b8e commit 54e5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
ls dist/packages > package_list.txt
dumb-pypi --output-dir dist --packages-url ../../packages --package-list package_list.txt --title "DeePMD-kit Developed Packages"
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: dist
deploy_pypi_index:
Expand Down

0 comments on commit 54e5988

Please sign in to comment.