We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d2499 commit b0623d2Copy full SHA for b0623d2
.github/workflows/push_ci.yml
@@ -74,7 +74,7 @@ jobs:
74
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
75
76
- name: Upload Artifacts
77
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
78
# don't upload the artifacts if it's a pull request
79
if: ${{ !github.event.pull_request }}
80
with:
@@ -150,7 +150,7 @@ jobs:
150
ls -l telegram-bot-api/bin/telegram-bot-api*
151
cp telegram-bot-api/bin/telegram-bot-api telegram-bot-api-binary
152
- name: Upload Binary
153
- uses: actions/upload-artifact@master
154
155
name: telegram-bot-api-binary
156
path: telegram-bot-api-binary
0 commit comments