Skip to content

Commit 30d0c8d

Browse files
Merge pull request #222 from Chia-Network/develop
Release 1.2.1
2 parents 4ada7cf + 153602e commit 30d0c8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-installers.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
"$DMG_FILE"
8383
8484
- name: Upload Mac Installer
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: ${{ env.APP_NAME }}-mac-installer
8888
path: ${{ github.workspace }}/dist/*.dmg
@@ -143,7 +143,7 @@ jobs:
143143
file: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}"
144144

145145
- name: Upload Windows Installer
146-
uses: actions/upload-artifact@v3
146+
uses: actions/upload-artifact@v4
147147
with:
148148
name: ${{ env.APP_NAME }}-windows-installer
149149
path: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}"
@@ -178,7 +178,7 @@ jobs:
178178
mv $ORIGINAL $MODIFIED
179179
180180
- name: Upload Linux Installer
181-
uses: actions/upload-artifact@v3
181+
uses: actions/upload-artifact@v4
182182
with:
183183
name: ${{ env.APP_NAME }}-linux-installer
184184
path: ${{ github.workspace }}/dist/*.deb
@@ -208,7 +208,7 @@ jobs:
208208
run: tar -cvzf ${{ env.APP_NAME }}-web-build.tar.gz build
209209

210210
- name: Upload build artifact
211-
uses: actions/upload-artifact@v3
211+
uses: actions/upload-artifact@v4
212212
with:
213213
name: ${{ env.APP_NAME }}-web-build
214214
path: ${{ env.APP_NAME }}-web-build.tar.gz

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "climate-explorer-ui",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"main": "build/main.js",
77
"engineStrict": true,

0 commit comments

Comments
 (0)