@@ -113,27 +113,27 @@ jobs:
113113 echo "|universal|$universal" >> $GITHUB_STEP_SUMMARY
114114
115115 - name : Upload Artifacts(arm32)
116- uses : actions/upload-artifact@v5
116+ uses : actions/upload-artifact@v6
117117 with :
118118 path : ${{ env.APK_FILE_ARM32 }}
119119 name : QAuxiliary-release-${{ github.event.head_commit.id }}-arm32
120120 - name : Upload Artifacts(arm64)
121- uses : actions/upload-artifact@v5
121+ uses : actions/upload-artifact@v6
122122 with :
123123 path : ${{ env.APK_FILE_ARM64 }}
124124 name : QAuxiliary-release-${{ github.event.head_commit.id }}-arm64
125125 - name : Upload Artifacts(armAll)
126- uses : actions/upload-artifact@v5
126+ uses : actions/upload-artifact@v6
127127 with :
128128 path : ${{ env.APK_FILE_ARMALL }}
129129 name : QAuxiliary-release-${{ github.event.head_commit.id }}-armAll
130130 - name : Upload Artifacts(universal)
131- uses : actions/upload-artifact@v5
131+ uses : actions/upload-artifact@v6
132132 with :
133133 path : ${{ env.APK_FILE_UNIVERSAL }}
134134 name : QAuxiliary-release-${{ github.event.head_commit.id }}-universal
135135 - name : Upload Artifacts(symbol)
136- uses : actions/upload-artifact@v5
136+ uses : actions/upload-artifact@v6
137137 with :
138138 path : ${{ env.SYMBOL_FILE }}
139139 name : QAuxiliary-release-${{ github.event.head_commit.id }}-symbol
@@ -147,11 +147,11 @@ jobs:
147147 - telegram-bot-api
148148 steps :
149149 - name : Download Artifacts
150- uses : actions/download-artifact@v6
150+ uses : actions/download-artifact@v7
151151 with :
152152 path : artifacts
153153 - name : Download Telegram Bot API Binary
154- uses : actions/download-artifact@v6
154+ uses : actions/download-artifact@v7
155155 with :
156156 name : telegram-bot-api-binary
157157 path : .
@@ -213,7 +213,7 @@ jobs:
213213 ls -l telegram-bot-api/bin/telegram-bot-api*
214214 cp telegram-bot-api/bin/telegram-bot-api telegram-bot-api-binary
215215 - name : Upload Binary
216- uses : actions/upload-artifact@v5
216+ uses : actions/upload-artifact@v6
217217 with :
218218 name : telegram-bot-api-binary
219219 path : telegram-bot-api-binary
0 commit comments