Skip to content

Commit

Permalink
🤖 Update upload-artifact to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed Sep 16, 2024
1 parent b511db6 commit 42b6cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: bundle exec rake spec

- name: Upload coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: coverage-report-${{ matrix.ruby }}
path: coverage
Expand Down

0 comments on commit 42b6cda

Please sign in to comment.