Skip to content

Commit

Permalink
POC
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-fawad committed Jul 21, 2024
1 parent 4428313 commit 18eb652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
key: venv
path: .venv
- name: Upload .venv
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: venv
path: .venv
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: "3.12"
cache: "pip"
- name: Download .venv
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: venv
- name: Run tests
Expand All @@ -30,7 +30,7 @@ jobs:
python-version: "3.12"
cache: "pip"
- name: Download .venv
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: venv
- name: Run linter
Expand Down

0 comments on commit 18eb652

Please sign in to comment.