Skip to content

Commit

Permalink
Fix failing CI github action (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj authored Sep 19, 2024
1 parent 7cd85b3 commit d296f1b
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: Setup dev environment
run: /usr/bin/install-dev-tools
Expand All @@ -33,7 +33,7 @@ jobs:
run: mv ../*.deb artifacts
if: success()

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: python3-ixdiagnose
path: artifacts
Expand Down

0 comments on commit d296f1b

Please sign in to comment.