Skip to content

Commit 214590d

Browse files
authored
Merge pull request #471 from rpgrca/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents ac2fbca + d676ca4 commit 214590d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/net.yml

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

6161
- name: Archive code coverage results
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: code-coverage-report
6565
path: ./*.coverage.xml

0 commit comments

Comments
 (0)