File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
3535 - name : Build Writerside docs using Docker
3636 uses : JetBrains/writerside-github-action@v4
6464
6565 steps :
6666 - name : Download artifacts
67- uses : actions/download-artifact@v1
67+ uses : actions/download-artifact@v4
6868 with :
6969 name : docs
7070 path : artifacts
8383 runs-on : ubuntu-latest
8484 steps :
8585 - name : Download artifact
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v4
8787 with :
8888 name : docs
8989
9494 uses : actions/configure-pages@v2
9595
9696 - name : Upload artifact
97- uses : actions/upload-pages-artifact@v1
97+ uses : actions/upload-pages-artifact@v4
9898 with :
9999 path : dir
100100
You can’t perform that action at this time.
0 commit comments