Skip to content

Commit 2fe681c

Browse files
authored
Merge branch 'master' into dependabot/pip/fastapi-b74cfd94a2
2 parents d8791ce + 0bfaa82 commit 2fe681c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
pytest --cov=./ --cov-report=xml --cov-report=term
6969
7070
- name: Upload coverage report artifact
71-
uses: actions/upload-artifact@v5.0.0
71+
uses: actions/upload-artifact@v6.0.0
7272
with:
7373
name: coverage.xml
7474
path: ./coverage.xml
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6.0.1
8888

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

0 commit comments

Comments
 (0)