Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Change upload-artifact from v2 to v4
  • Loading branch information
okuhara authored Sep 17, 2024
1 parent cfd112a commit fc5b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd src
${{ matrix.build_command }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifact_${{ runner.os }}
path: bin

0 comments on commit fc5b1c6

Please sign in to comment.