Skip to content

Commit

Permalink
update upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Oct 18, 2024
1 parent 759129e commit 845782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cmake --install . ${{ matrix.cmake_config }}
working-directory: build
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }} portmidi build
path: ${{ matrix.install_dir }}

0 comments on commit 845782c

Please sign in to comment.