Skip to content

Commit

Permalink
update python setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Aug 30, 2024
1 parent aa408b1 commit 5618320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand All @@ -34,7 +34,7 @@ jobs:
with:
name: ${{ matrix.os }} build
path: build/

- name: Upload Build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5618320

Please sign in to comment.