Skip to content

Commit ba14efd

Browse files
authored
Merge pull request #645 from rpgrca/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 6d7a7da + 759a1b1 commit ba14efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

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

4949
- name: Archive code coverage results
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: code-coverage-report-${{ matrix.python-version }}
5353
path: ./*coverage.xml

0 commit comments

Comments
 (0)