Skip to content

Commit

Permalink
Update workflow actions versions
Browse files Browse the repository at this point in the history
node14 is now deprecated - use actions that use node16 instead
  • Loading branch information
s0600204 committed Mar 14, 2024
1 parent 30bb9d9 commit 3463770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
rtmidi:p
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# environments, so only save one.
- name: Upload wheel
if: ${{ matrix.sys == 'mingw64' && matrix.cc == 'gcc' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.wheel.outputs.filename }}
path: ${{ steps.wheel.outputs.filename }}

0 comments on commit 3463770

Please sign in to comment.