Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 in /.gi…
Browse files Browse the repository at this point in the history
…thub/actions/upload-coverage in the actions group (#1104)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
dependabot[bot] and jku authored Sep 3, 2024
1 parent abe088f commit e502ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ runs:
fi
id: coverage-uuid
shell: bash
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-data-${{ steps.coverage-uuid.outputs.COVERAGE_UUID }}
include-hidden-files: 'true'
path: |
.coverage.*
*.lcov
Expand Down

0 comments on commit e502ef2

Please sign in to comment.