We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3de597b + 823e6e9 commit cc73721Copy full SHA for cc73721
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Store Coverage Data
86
if: always() && contains('success,failure', steps.test.outcome)
87
- uses: actions/upload-artifact@v4.2.0
+ uses: actions/upload-artifact@v4.3.0
88
with:
89
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
90
path: ".coverage.*"
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Upload Project Coverage HTML Report
142
if: always() && steps.project-coverage.outcome == 'failure'
143
144
145
name: html-coverage-report-project
146
path: htmlcov
changes/1623.misc.rst
@@ -0,0 +1 @@
1
+Updated actions/upload-artifact from 4.2.0 to 4.3.0.
0 commit comments