File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4 
1515 - name : Download Artifact 
16-  uses : dawidd6/action-download-artifact@v6  
16+  uses : dawidd6/action-download-artifact@v7  
1717 with :
1818 workflow : docs-build.yml 
1919 name : docs-build 
Original file line number Diff line number Diff line change 9494 if : >- 
9595 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) 
9696 || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true') 
97- uses : pypa/gh-action-pypi-publish@v1.12.2  
97+ uses : pypa/gh-action-pypi-publish@v1.12.3  
9898 with :
9999 repository-url : https://test.pypi.org/legacy/ 
100100 print-hash : true 
@@ -107,6 +107,6 @@ jobs:
107107
108108 - name : Publish distribution 📦 to PyPI 
109109 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') 
110-  uses : pypa/gh-action-pypi-publish@v1.12.2  
110+  uses : pypa/gh-action-pypi-publish@v1.12.3  
111111 with :
112112 print-hash : true 
                         You can’t perform that action at this time. 
           
                  
0 commit comments