Skip to content

Commit

Permalink
Update GitHub Actions for Node.js 16 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 16, 2024
1 parent fc77f31 commit 321ab17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pre-commit:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
- run: |
Expand All @@ -20,7 +20,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
pip install invoke pyyaml
invoke build
Expand All @@ -29,7 +29,7 @@ jobs:
curl -L -O https://github.com/JosefNemec/Playnite/releases/download/10.9/Playnite109.zip
unzip Playnite109.zip -d tmp/playnite
invoke pack --toolbox ./tmp/playnite/Toolbox.exe
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down

0 comments on commit 321ab17

Please sign in to comment.