File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - run : nix build .#web --out-link web
5353 - uses : actions/upload-pages-artifact@v4
5454 with : { path: ./web/LogOut }
55- - uses : actions/deploy-pages@v4
55+ - uses : actions/deploy-pages@v5
5656 id : deployment
5757
5858 pwa-prerelease :
9898 GH_TOKEN : ${{ github.token }}
9999 - uses : actions/upload-pages-artifact@v4
100100 with : { path: ./dist/LogOut }
101- - uses : actions/deploy-pages@v4
101+ - uses : actions/deploy-pages@v5
102102 id : deployment
103103
104104 android-release :
Original file line number Diff line number Diff line change 3333 --caught --timeout 300 --exclude "src/components/*"
3434
3535 e2e-android :
36- runs-on : macos-14 # Apple Silicon for native ARM64 emulation
36+ runs-on : macos-latest # Apple Silicon for native ARM64 emulation
3737 timeout-minutes : 60
3838 permissions :
3939 contents : read
You can’t perform that action at this time.
0 commit comments