We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091a5e5 + 4e9a98b commit c04eaf5Copy full SHA for c04eaf5
1 file changed
.github/workflows/python-app.yml
@@ -71,7 +71,7 @@ jobs:
71
pytest --cov=./ --cov-report=xml --cov-report=term
72
73
- name: Upload coverage report artifact
74
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
75
with:
76
name: coverage.xml
77
path: ./coverage.xml
@@ -90,7 +90,7 @@ jobs:
90
uses: actions/checkout@v5.0.0
91
92
- name: Download coverage report artifact
93
- uses: actions/download-artifact@v5.0.0
+ uses: actions/download-artifact@v6.0.0
94
95
96
0 commit comments