2323 git config --global core.autocrlf false
2424 git config --global core.eol lf
2525
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - name : Use Node.js 20.x
2929 uses : actions/setup-node@v6
4545 run : node ./scripts/pack.mjs /tmp/slidev-pkgs
4646
4747 - name : Upload artifacts
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v6
4949 with :
5050 name : slidev-packages
5151 path : /tmp/slidev-pkgs
6666 git config --global core.autocrlf false
6767 git config --global core.eol lf
6868
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070
7171 - name : Use Node.js 20.x
7272 uses : actions/setup-node@v6
8383 run : nci
8484
8585 - name : Download artifacts
86- uses : actions/download-artifact@v6
86+ uses : actions/download-artifact@v7
8787 with :
8888 name : slidev-packages
8989 path : /tmp/slidev-pkgs
@@ -121,7 +121,7 @@ jobs:
121121 working-directory : ../temp/slidev-project
122122
123123 - name : E2E Smoke Test
124- uses : cypress-io/github-action@v4
124+ uses : cypress-io/github-action@v7
125125 if : ${{ matrix.os != 'windows-latest' }}
126126 with :
127127 install-command : echo
@@ -146,7 +146,7 @@ jobs:
146146
147147 # Commented out because it's not working
148148 # - name: E2E test in global mode
149- # uses: cypress-io/github-action@v4
149+ # uses: cypress-io/github-action@v7
150150 # if: ${{ matrix.os != 'windows' }}
151151 # with:
152152 # project: ${{ github.workspace }}
0 commit comments