Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kojix2 committed Jan 17, 2025
1 parent 06a6bd7 commit a40c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
brew install meson ninja
- name: Build libui-ng
run: bundle exec rake vendor:build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}-ruby${{ matrix.ruby }}-build.log
Expand Down

0 comments on commit a40c388

Please sign in to comment.