Commit f795397 1 parent 40da074 commit f795397 Copy full SHA for f795397
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
mv /tmp/docbuild/Build/Products/${{ env.BUILD_PRODUCT }}/${{ env.PACKAGE_NAME }}.doccarchive ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive
75
75
zip -r ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive
76
76
- name : Upload DocC Artifact (${{ matrix.language }}) ⬆️
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
with :
79
79
name : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
80
80
path : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
95
95
language : ['en']
96
96
steps :
97
97
- name : Download DocC Archive ⬇️
98
- uses : actions/download-artifact@v3
98
+ uses : actions/download-artifact@v4
99
99
with :
100
100
name : ${{ env.PACKAGE_NAME }}-${{ matrix.language }}.doccarchive.zip
101
101
- name : Unzip Archive 😮
@@ -120,4 +120,4 @@ jobs:
120
120
path : ' docs'
121
121
- name : Deploy to GitHub Pages 📑
122
122
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