Skip to content

Commit 71b3e2c

Browse files
authored
Merge pull request #673 from Wikid82/renovate/feature/beta-release-major-6-github-artifact-actions
chore(deps): update github artifact actions to v6 (feature/beta-release) (major)
2 parents ac9fd6c + 057e42e commit 71b3e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
exit ${PIPESTATUS[0]}
465465
466466
- name: Upload coverage artifact
467-
uses: actions/upload-artifact@ea165f2524e81b1a7f1f18e1bdb77f0840c18dd9 # v4
467+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
468468
with:
469469
name: backend-coverage
470470
path: backend/coverage.txt
@@ -500,7 +500,7 @@ jobs:
500500
exit ${PIPESTATUS[0]}
501501
502502
- name: Upload coverage artifact
503-
uses: actions/upload-artifact@ea165f2524e81b1a7f1f18e1bdb77f0840c18dd9 # v4
503+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
504504
with:
505505
name: frontend-coverage
506506
path: frontend/coverage

0 commit comments

Comments
 (0)