Skip to content

Commit a4baaa1

Browse files
authored
Merge pull request #147 from rpgrca/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 4271109 + ac57e3a commit a4baaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6565

6666
- name: Archive code coverage results
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: code-coverage-report
7070
path: ./*.coverage.xml

0 commit comments

Comments
 (0)