File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 shell : bash
5757 - name : Upload coverage artifact
5858 if : success()
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v6
6060 with :
6161 name : coverage-${{ matrix.os }}-julia-${{ matrix.julia-version }}
6262 path : lcov.info
9393 shell : bash
9494 - name : Upload coverage artifact
9595 if : steps.run-tests.outcome == 'success'
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v6
9797 with :
9898 name : coverage-${{ matrix.test_name }}-${{ matrix.os }}-julia-${{ matrix.julia-version }}
9999 path : lcov.info
@@ -107,7 +107,7 @@ jobs:
107107 - additional_tests
108108 steps :
109109 - name : Download coverage artifacts
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v7
111111 with :
112112 pattern : coverage-*
113113 path : coverage
You can’t perform that action at this time.
0 commit comments