Skip to content

Commit c04eaf5

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-85b6f7c93c
2 parents 091a5e5 + 4e9a98b commit c04eaf5

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
@@ -71,7 +71,7 @@ jobs:
7171
pytest --cov=./ --cov-report=xml --cov-report=term
7272
7373
- name: Upload coverage report artifact
74-
uses: actions/upload-artifact@v4.6.2
74+
uses: actions/upload-artifact@v5.0.0
7575
with:
7676
name: coverage.xml
7777
path: ./coverage.xml
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191

9292
- name: Download coverage report artifact
93-
uses: actions/download-artifact@v5.0.0
93+
uses: actions/download-artifact@v6.0.0
9494
with:
9595
name: coverage.xml
9696

0 commit comments

Comments
 (0)