Skip to content

Commit 9ce6739

Browse files
committed
Update workflow
1 parent ac276df commit 9ce6739

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-win64.zip publish/win64/
4545
- name: Upload win64
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: TBot-${{ env.SNAP_VERSION }}-win64
4949
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-win64.zip
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-win32.zip publish/win32/
6363
- name: Upload win32
64-
uses: actions/upload-artifact@v2
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: TBot-${{ env.SNAP_VERSION }}-win32
6767
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-win32.zip
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-linux64.zip publish/linux64/
8383
- name: Upload linux64
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: TBot-${{ env.SNAP_VERSION }}-linux64
8787
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-linux64.zip
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-linuxarm.zip publish/linuxarm/
103103
- name: Upload linuxarm
104-
uses: actions/upload-artifact@v2
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: TBot-${{ env.SNAP_VERSION }}-linuxarm
107107
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-linuxarm.zip
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-linuxarm64.zip publish/linuxarm64/
123123
- name: Upload linuxarm64
124-
uses: actions/upload-artifact@v2
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: TBot-${{ env.SNAP_VERSION }}-linuxarm64
127127
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-linuxarm64.zip
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-osx64.zip publish/osx64/
143143
- name: Upload osx64
144-
uses: actions/upload-artifact@v2
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: TBot-${{ env.SNAP_VERSION }}-osx64
147147
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-osx64.zip
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
args: zip -qq -r TBot-${{ env.SNAP_VERSION }}-osx-arm64.zip publish/osx-arm64/
163163
- name: Upload osx-arm64
164-
uses: actions/upload-artifact@v2
164+
uses: actions/upload-artifact@v4
165165
with:
166166
name: TBot-${{ env.SNAP_VERSION }}-osx-arm64
167167
path: ${{ github.workspace }}/TBot-${{ env.SNAP_VERSION }}-osx-arm64.zip

0 commit comments

Comments
 (0)