Skip to content

Commit

Permalink
upgrade the upload-artifact to v4. (filodb#1941)
Browse files Browse the repository at this point in the history
Co-authored-by: Yu Zhang <[email protected]>
  • Loading branch information
2 people authored and Brian-Yu committed Feb 3, 2025
1 parent 6f03f46 commit 74c843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: .github/workflows/runtests.sh
- name: Coverage Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scoverage-report
path: target/scala-*/scoverage-report/**

0 comments on commit 74c843e

Please sign in to comment.