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 83ddfae + 3775a2a commit f2436a4Copy full SHA for f2436a4
.github/workflows/ci.yml
@@ -125,13 +125,13 @@ jobs:
125
cat coverage-reports/index.txt >> $GITHUB_STEP_SUMMARY
126
if: ${{ matrix.instrumented }}
127
- name: Upload coverage reports
128
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
129
with:
130
name: coverage-reports
131
path: coverage-reports/
132
133
- name: Upload installer tarball
134
135
136
name: installer-${{matrix.os}}
137
path: out/*
0 commit comments