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.
1 parent 8a30697 commit 033aff1Copy full SHA for 033aff1
1 file changed
.github/workflows/test.yaml
@@ -142,7 +142,7 @@ jobs:
142
- name: Test Examples
143
run: |
144
pixi run -e "${ENV}" test-example
145
- - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
146
with:
147
token: ${{ secrets.CODECOV_TOKEN }}
148
@@ -177,7 +177,7 @@ jobs:
177
name: ui_screenshots_${{ runner.os }}
178
path: ./ui_screenshots
179
if-no-files-found: ignore
180
181
182
183
0 commit comments