Skip to content

Commit 06dff71

Browse files
authored
Merge pull request #100 from gotd/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 8e96999 + 9ac64fe commit 06dff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: make coverage
4040

4141
- name: Upload artifact
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: coverage
4545
path: profile.out

0 commit comments

Comments
 (0)