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 0342450 commit 85f5d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: KDE-utils-suite-x86_64.AppImage
path: 'dist'
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down

0 comments on commit 85f5d0f

Please sign in to comment.