Skip to content

Commit

Permalink
chore: deps: use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit authored Dec 24, 2024
1 parent 58d2499 commit b0623d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# don't upload the artifacts if it's a pull request
if: ${{ !github.event.pull_request }}
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
ls -l telegram-bot-api/bin/telegram-bot-api*
cp telegram-bot-api/bin/telegram-bot-api telegram-bot-api-binary
- name: Upload Binary
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: telegram-bot-api-binary
path: telegram-bot-api-binary

0 comments on commit b0623d2

Please sign in to comment.