Skip to content

Commit

Permalink
Merge pull request #51 from truenas/mrehan/fix-ci-gh-action
Browse files Browse the repository at this point in the history
NAS-131166 / 25.04 / Fix CI github action
  • Loading branch information
Qubad786 authored Sep 13, 2024
2 parents 5fa4df4 + aa8bd25 commit a842f0a
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 a842f0a

Please sign in to comment.