Skip to content

Commit d3bf0f6

Browse files
authored
Merge branch 'master' into dependabot/pip/fastapi-403eb2d040
2 parents bd0beb4 + 9334475 commit d3bf0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pytest --cov=./ --cov-report=xml --cov-report=term
7070
7171
- name: Upload coverage report artifact
72-
uses: actions/upload-artifact@v6.0.0
72+
uses: actions/upload-artifact@v7.0.0
7373
with:
7474
name: coverage.xml
7575
path: ./coverage.xml
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6.0.2
8888

8989
- name: Download coverage report artifact
90-
uses: actions/download-artifact@v7.0.0
90+
uses: actions/download-artifact@v8.0.0
9191
with:
9292
name: coverage.xml
9393

0 commit comments

Comments
 (0)