Skip to content

Commit f399291

Browse files
authored
Merge pull request #104 from tdakkota/dependabot/github_actions/actions/upload-artifact-4.4.2
chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2
2 parents 07b47e5 + 801696f commit f399291

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].1
34+
uses: actions/[email protected].2
3535
with:
3636
name: coverage
3737
path: profile.out

0 commit comments

Comments
 (0)