Skip to content

Commit

Permalink
Fix CI github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 committed Sep 13, 2024
1 parent 5fa4df4 commit aa8bd25
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 @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Deps
run: sudo apt update && sudo apt install -y python3-git python3-jinja2
Expand All @@ -29,7 +29,7 @@ jobs:
run: mv ../*.deb artifacts
if: success()

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: py-apps-validation
path: artifacts
Expand Down

0 comments on commit aa8bd25

Please sign in to comment.