Skip to content

Commit 6395043

Browse files
Merge pull request #789 from hashicorp/dependabot/github_actions/github-actions-breaking-8264a15060
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaking group
1 parent b6e766b commit 6395043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
go test -v -race -coverprofile="coverage.out" ./... -coverpkg=./...
4141
- name: Upload coverage report
42-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
42+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4343
with:
4444
path: coverage.out
4545
name: coverage-report-${{matrix.target}}

0 commit comments

Comments
 (0)