Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Dec 26, 2023
1 parent 1f11f26 commit 84a92e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: 3.8
Expand All @@ -52,7 +52,7 @@ jobs:
run: python build.py pyinstaller

- name: Upload release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PyDetex-${{ matrix.os }}-v${{ env.PYDETEX_VERSION }}
path: dist/out_zip
Expand Down

0 comments on commit 84a92e5

Please sign in to comment.