Skip to content

Commit df87e40

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#264)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1746f4a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 853dbaa commit df87e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform_provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
go tool cover -html=coverage.out -o coverage.cov.html
120120
121121
- name: Upload Coverage Artifacts
122-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
122+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
123123
with:
124124
name: Test Coverage
125125
path: coverage.cov.html
@@ -156,7 +156,7 @@ jobs:
156156
# go tool cover -html=acc_coverage.out -o acc_coverage.cov.html
157157

158158
# - name: Upload Coverage Artifacts
159-
# uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
159+
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
160160
# with:
161161
# name: Acceptance Test Coverage
162162
# path: acc_coverage.cov.html

0 commit comments

Comments
 (0)