Skip to content

Commit a583e54

Browse files
authored
Merge pull request #662 from rpgrca/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9573963 + ead54f1 commit a583e54

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@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: code-coverage-report-${{ matrix.python-version }}
5353
path: ./*coverage.xml

0 commit comments

Comments
 (0)