Skip to content

Commit 6526249

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0 in /.github/actions/upload-coverage (#1360)
* Bump actions/upload-artifact in /.github/actions/upload-coverage Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update action.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Gaynor <[email protected]>
1 parent c52ae6d commit 6526249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/upload-coverage/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ runs:
1313
fi
1414
id: coverage-uuid
1515
shell: bash
16-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
16+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
1717
with:
1818
name: coverage-data-${{ steps.coverage-uuid.outputs.COVERAGE_UUID }}
1919
path: |
2020
.coverage.*
2121
if-no-files-found: ignore
22+
include-hidden-files: true

0 commit comments

Comments
 (0)