File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 mv /tmp/docbuild/Build/Products/${{ env.BUILD_PRODUCT }}/${{ env.PACKAGE_NAME }}.doccarchive ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive
7575 zip -r ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive
7676 - name : Upload DocC Artifact (${{ matrix.language }}) ⬆️
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
8080 path : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
9595 language : ['en']
9696 steps :
9797 - name : Download DocC Archive ⬇️
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
101101 - name : Unzip Archive 😮
@@ -120,4 +120,4 @@ jobs:
120120 path : ' docs'
121121 - name : Deploy to GitHub Pages 📑
122122 id : deployment
123- uses : actions/deploy-pages@v2
123+ uses : actions/deploy-pages@v2
You can’t perform that action at this time.
0 commit comments