File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 environment : ' production'
2020 steps :
2121 - name : Download docs
22- uses : actions/download-artifact@v3
22+ uses : actions/download-artifact@v4
2323 with :
2424 name : docs
2525 path : docs/
Original file line number Diff line number Diff line change 3939 echo "Next tag is ${PUBLISH_TAG}"
4040 echo "${PUBLISH_TAG}" > publish-tag.txt
4141 - name : Upload versions
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : versions
4545 if-no-files-found : error
8282 with :
8383 fetch-depth : 0
8484 - name : Download versions
85- uses : actions/download-artifact@v3
85+ uses : actions/download-artifact@v4
8686 with :
8787 name : versions
8888 - name : Store version
@@ -141,7 +141,7 @@ jobs:
141141 # HACK: Restore npm package name
142142 sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
143143 - name : Upload docs
144- uses : actions/upload-artifact@v3
144+ uses : actions/upload-artifact@v4
145145 with :
146146 name : docs
147147 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments