Skip to content

Commit

Permalink
[#11] Update actions/upload-artifact action to v4.4.0 (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Aug 31, 2024
1 parent 96ea43d commit 01e820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: ./gradlew check koverXmlReport --parallel

- name: Upload Coverage Report
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: coverageReport
path: build/reports/kover/report.xml
Expand Down

0 comments on commit 01e820a

Please sign in to comment.