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 ac9fd6c + 057e42e commit 71b3e2cCopy full SHA for 71b3e2c
1 file changed
.github/workflows/ci-pipeline.yml
@@ -464,7 +464,7 @@ jobs:
464
exit ${PIPESTATUS[0]}
465
466
- name: Upload coverage artifact
467
- uses: actions/upload-artifact@ea165f2524e81b1a7f1f18e1bdb77f0840c18dd9 # v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
468
with:
469
name: backend-coverage
470
path: backend/coverage.txt
@@ -500,7 +500,7 @@ jobs:
500
501
502
503
504
505
name: frontend-coverage
506
path: frontend/coverage
0 commit comments