Skip to content

Commit 3fab68f

Browse files
authored
Merge pull request #114 from tdakkota/dependabot/github_actions/actions/upload-artifact-4.6.1
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
2 parents 719d581 + 438376d commit 3fab68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: go tool cover -func profile.out
3232

3333
- name: Upload artifact
34-
uses: actions/[email protected].0
34+
uses: actions/[email protected].1
3535
with:
3636
name: coverage
3737
path: profile.out

0 commit comments

Comments
 (0)