Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Dec 6, 2024
1 parent 5eb11eb commit 8540c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npx playwright test e2e/user/
- name: "save imgs"
uses: "actions/upload-artifact@v2"
uses: actions/upload-artifact@v4
with:
path: frontend/imgs/*
name: imgs
Expand All @@ -51,7 +51,7 @@ jobs:
working-directory: frontend
run: yarn test:unit --coverage
- name: "save coverage"
uses: "actions/upload-artifact@v2"
uses: actions/upload-artifact@v4
with:
path: frontend/coverage/
name: coverage
Expand All @@ -69,7 +69,7 @@ jobs:
run: |
docker composel -f compose-test.yaml up --exit-code-from backend
- name: "save coverage"
uses: "actions/upload-artifact@v2"
uses: actions/upload-artifact@v4
with:
name: coverage
path: backend/recotem/coverage.xml
Expand All @@ -81,11 +81,11 @@ jobs:
with:
fetch-depth: 0
- name: "download coverage results"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
verbose: false
env_vars: OS,PYTHON
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand Down

0 comments on commit 8540c6f

Please sign in to comment.