Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent ef3dd6a commit 8bea454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/comment_kover_report_to_pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

steps:
- name: Download report
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.8
with:
name: ${{ inputs.report_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/kover_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
echo "kover_report_available=false" >> $GITHUB_OUTPUT
fi
- name: Upload reports
uses: actions/upload-artifact@v3.2.1
uses: actions/upload-artifact@v4.4.3
if: steps.koverXmlReportDebug.outputs.kover_report_available == 'true'
with:
name: ${{ inputs.artifacts_name }}
Expand Down

0 comments on commit 8bea454

Please sign in to comment.