Skip to content

Commit

Permalink
github: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 6, 2025
1 parent 56e292e commit e2548aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build for distribution
run: bundle exec gem build
- name: Upload gem
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: fluent-plugin-widows-exporter
path: |
Expand Down

0 comments on commit e2548aa

Please sign in to comment.