Skip to content

Commit 033aff1

Browse files
chore(bot): Update GitHub Actions to v7
1 parent 8a30697 commit 033aff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Test Examples
143143
run: |
144144
pixi run -e "${ENV}" test-example
145-
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
145+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148

@@ -177,7 +177,7 @@ jobs:
177177
name: ui_screenshots_${{ runner.os }}
178178
path: ./ui_screenshots
179179
if-no-files-found: ignore
180-
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
180+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
181181
with:
182182
token: ${{ secrets.CODECOV_TOKEN }}
183183

0 commit comments

Comments
 (0)