Skip to content

Commit 56874d1

Browse files
Fixup for CI to use latest archive upload and codecov actions.
1 parent 9e8b6bf commit 56874d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
if: ${{ runner.python-version }} != "3.9"
226226
run: make -f Makefile test-pytest ;
227227
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
228-
uses: codecov/codecov-action@v3
228+
uses: codecov/codecov-action@v4
229229
with:
230230
token: ${{ secrets.CODECOV_TOKEN }}
231231
files: ./coverage.xml
@@ -235,7 +235,7 @@ jobs:
235235
verbose: true
236236
fail_ci_if_error: false
237237
- name: Upload Python ${{ matrix.python-version }} Artifact
238-
uses: actions/upload-artifact@v3
238+
uses: actions/upload-artifact@v4
239239
with:
240240
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
241241
path: ./test-reports/
@@ -309,7 +309,7 @@ jobs:
309309
if: ${{ runner.python-version }} != "3.9"
310310
run: make -f Makefile test-pytest ;
311311
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
312-
uses: codecov/codecov-action@v3
312+
uses: codecov/codecov-action@v4
313313
with:
314314
token: ${{ secrets.CODECOV_TOKEN }}
315315
files: ./coverage.xml
@@ -319,7 +319,7 @@ jobs:
319319
verbose: true
320320
fail_ci_if_error: false
321321
- name: Upload Python ${{ matrix.python-version }} Artifact
322-
uses: actions/upload-artifact@v3
322+
uses: actions/upload-artifact@v4
323323
with:
324324
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
325325
path: ./test-reports/
@@ -430,7 +430,7 @@ jobs:
430430
cp -vf ./coverage.xml ./test-reports/coverage.xml || true ;
431431
shell: bash
432432
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
433-
uses: codecov/codecov-action@v3
433+
uses: codecov/codecov-action@v4
434434
with:
435435
token: ${{ secrets.CODECOV_TOKEN }}
436436
files: ./test-reports/coverage_supplement.xml
@@ -440,7 +440,7 @@ jobs:
440440
verbose: true
441441
fail_ci_if_error: false
442442
- name: Upload Extra Python ${{ matrix.python-version }} Artifact
443-
uses: actions/upload-artifact@v3
443+
uses: actions/upload-artifact@v4
444444
with:
445445
name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
446446
path: ./test-reports/

0 commit comments

Comments
 (0)