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 5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Download build artifacts
56- uses : actions/download-artifact@v6
56+ uses : actions/download-artifact@v7
5757 with :
5858 name : documentation-build
5959 path : docs_with_docusarus/build
Original file line number Diff line number Diff line change 5858
5959 - name : Download docs update flag from release workflow
6060 if : github.event_name == 'workflow_run'
61- uses : actions/download-artifact@v6
61+ uses : actions/download-artifact@v7
6262 with :
6363 name : release-docs-flag
6464 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108 needs : [check_docs_changes, build_documentation]
109109 steps :
110110 - name : Download build artifacts
111- uses : actions/download-artifact@v6
111+ uses : actions/download-artifact@v7
112112 with :
113113 name : documentation-build
114114 path : ./docs_with_docusarus/build
You can’t perform that action at this time.
0 commit comments