Skip to content

Commit b0623d2

Browse files
authored
chore: deps: use upload-artifact v4
1 parent 58d2499 commit b0623d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
7575

7676
- name: Upload Artifacts
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
# don't upload the artifacts if it's a pull request
7979
if: ${{ !github.event.pull_request }}
8080
with:
@@ -150,7 +150,7 @@ jobs:
150150
ls -l telegram-bot-api/bin/telegram-bot-api*
151151
cp telegram-bot-api/bin/telegram-bot-api telegram-bot-api-binary
152152
- name: Upload Binary
153-
uses: actions/upload-artifact@master
153+
uses: actions/upload-artifact@v4
154154
with:
155155
name: telegram-bot-api-binary
156156
path: telegram-bot-api-binary

0 commit comments

Comments
 (0)