Skip to content

Commit

Permalink
Update main.yml to support GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
david-kuehn authored Oct 28, 2024
1 parent 263d93a commit ae131b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.9.13'
python-version: '3.11.9'

- name: Install dependencies
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
run: python3 setup.py py2app --arch=universal2

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Casita
Expand Down

0 comments on commit ae131b5

Please sign in to comment.