Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc committed Sep 5, 2024
1 parent 3cb19da commit d09e797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: WhatsApp-x86_64.AppImage
path: 'dist'
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: WhatsApp-x86_64.AppImage

Expand All @@ -47,5 +47,5 @@ jobs:
prerelease: false
draft: false
files: |
WhatsApp-x86_64.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d09e797

Please sign in to comment.