Skip to content

Commit b1766fa

Browse files
authored
Merge pull request #110 from tdakkota/dependabot/github_actions/actions/upload-artifact-4.5.0
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents 4777670 + 3f32ee0 commit b1766fa

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/upload-artifact@v4.4.3
34+
uses: actions/upload-artifact@v4.5.0
3535
with:
3636
name: coverage
3737
path: profile.out

0 commit comments

Comments
 (0)