Skip to content

Commit

Permalink
check new github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek committed Aug 29, 2024
1 parent b90b97c commit 03d3818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
OUT_FILE_PATH: PySoar/dist/windows_pysoar.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
ls PySoar
ls Pysoar/dist
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.OUT_FILE_NAME}}
path: ${{matrix.OUT_FILE_PATH}}
Expand Down

0 comments on commit 03d3818

Please sign in to comment.