@@ -26,24 +26,24 @@ jobs:
2626 - build
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0 # Fetch depth 0 to get all tags and commits to generate release note changelog
3232
3333 - name : Download Windows artifact
34- uses : actions/download-artifact@v4
34+ uses : actions/download-artifact@v8
3535 with :
3636 name : ${{ github.event.repository.name }}-Windows
3737 path : windows
3838
3939 - name : Download Linux artifact
40- uses : actions/download-artifact@v4
40+ uses : actions/download-artifact@v8
4141 with :
4242 name : ${{ github.event.repository.name }}-Linux
4343 path : linux
4444
4545 - name : Download macOS artifact
46- uses : actions/download-artifact@v4
46+ uses : actions/download-artifact@v8
4747 with :
4848 name : ${{ github.event.repository.name }}-macOS
4949 path : macos
@@ -89,19 +89,19 @@ jobs:
8989
9090 steps :
9191 - name : Download web artifact
92- uses : actions/download-artifact@v4
92+ uses : actions/download-artifact@v8
9393 with :
9494 name : ${{ github.event.repository.name }}-web
9595
9696 - name : Unzip web
9797 run : cmake -E tar "xzf" "${{ github.event.repository.name }}.zip"
9898
9999 - name : Upload raw files for pages
100- uses : actions/upload-pages-artifact@v3
100+ uses : actions/upload-pages-artifact@v4
101101 with :
102102 path : web
103103
104104 - name : Deploy to GitHub Pages
105105 id : deployment
106- # Will automatically fetch the artifact "github-pages" uploaded using actions/upload-pages-artifact@v3
106+ # Will automatically fetch the artifact "github-pages" uploaded using actions/upload-pages-artifact
107107 uses : actions/deploy-pages@v4
0 commit comments