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 827de48 commit d4b7b44Copy full SHA for d4b7b44
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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ - 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