Skip to content

Commit

Permalink
github actions - upgrade actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Aug 13, 2024
1 parent 0606794 commit 54ba209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2.3.3
with:
python-version: '3.11.0'

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.17.1
cache: 'npm'
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Upload build folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-build
path: release

0 comments on commit 54ba209

Please sign in to comment.