File tree Expand file tree Collapse file tree 6 files changed +214
-217
lines changed
Expand file tree Collapse file tree 6 files changed +214
-217
lines changed Original file line number Diff line number Diff line change 5858 mkdir -p server-build
5959 mv bin/swamp.exe server-build/
6060 - name : Archive
61- uses : actions/upload-artifact@v5
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : server-build-${{ matrix.os.label }}
6464 path : server/server-build
@@ -122,19 +122,19 @@ jobs:
122122 echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_OUTPUT
123123 git config --global user.email "[email protected] " 124124 git config --global user.name "Linwood CI"
125- - uses : actions/download-artifact@v6
125+ - uses : actions/download-artifact@v7
126126 with :
127127 name : server-build-linux-x86_64
128128 path : server-build-linux-x86_64/
129- - uses : actions/download-artifact@v6
129+ - uses : actions/download-artifact@v7
130130 with :
131131 name : server-build-linux-arm64
132132 path : server-build-linux-arm64/
133- - uses : actions/download-artifact@v6
133+ - uses : actions/download-artifact@v7
134134 with :
135135 name : server-build-windows-x86_64
136136 path : server-build-windows-x86_64/
137- - uses : actions/download-artifact@v6
137+ - uses : actions/download-artifact@v7
138138 with :
139139 name : server-build-macos
140140 path : server-build-macos/
Original file line number Diff line number Diff line change 44
55| Version | Supported | |
66| ------- | --------- | --- |
7- | | | |
7+ | 0.1.0 | ⚠️ | |
88
99Currently there is no version released yet.
1010Because of that, there is also no main branch.
Original file line number Diff line number Diff line change 1616 "@phosphor-icons/react" : " ^2.1.10" ,
1717 "@types/react" : " ^19.2.7" ,
1818 "@types/react-dom" : " ^19.2.3" ,
19- "astro" : " ^5.16.5 " ,
19+ "astro" : " ^5.16.6 " ,
2020 "react" : " ^19.2.3" ,
2121 "react-dom" : " ^19.2.3" ,
2222 "remark-gemoji" : " ^8.0.0" ,
2323 "remark-heading-id" : " ^1.0.1" ,
2424 "typescript" : " ^5.9.3"
2525 },
26- "packageManager" : " pnpm@10.25.0 " ,
26+ "packageManager" : " pnpm@10.26.2 " ,
2727 "devDependencies" : {
2828 "@vite-pwa/astro" : " ^1.2.0" ,
29- "sass" : " ^1.96.0 " ,
29+ "sass" : " ^1.97.1 " ,
3030 "sharp" : " ^0.34.5" ,
3131 "vite-plugin-pwa" : " ^1.2.0" ,
3232 "workbox-window" : " ^7.4.0"
You can’t perform that action at this time.
0 commit comments