Skip to content

Commit c728329

Browse files
authored
Merge pull request #450 from rpgrca/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents f24dfd5 + d3efae2 commit c728329

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@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: code-coverage-report
6565
path: ./*.coverage.xml

0 commit comments

Comments
 (0)