We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae5995 + 88ab3cb commit 49f6974Copy full SHA for 49f6974
.github/workflows/CI.yml
@@ -74,7 +74,7 @@ jobs:
74
safe_group="${group//\//-}"
75
echo "group=$safe_group" >> "$GITHUB_OUTPUT"
76
- name: "Upload coverage artifacts"
77
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
78
with:
79
name: coverage-unit-${{ steps.sanitize_unit_group.outputs.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
80
path: lcov.info
@@ -132,7 +132,7 @@ jobs:
132
julia --color=yes coverage.jl
133
shell: bash
134
135
136
137
name: coverage-integration-${{ steps.sanitize_integration_group.outputs.group }}-${{ matrix.julia-version }}
138
0 commit comments