Skip to content

Commit 9c259ed

Browse files
radagastbot[bot]josimar-silva
authored andcommitted
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent cf90642 commit 9c259ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: just test
103103

104104
- name: ⬆️ Upload coverage report
105-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
105+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106106
with:
107107
name: test-coverage
108108
path: coverage/
@@ -165,7 +165,7 @@ jobs:
165165
run: just test-ui
166166

167167
- name: ⬆️ Upload coverage report
168-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
168+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
169169
with:
170170
name: test-ui-coverage
171171
path: ui-tests-report/
@@ -265,7 +265,7 @@ jobs:
265265
run: just build
266266

267267
- name: ⬆️ Upload static website artifact
268-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
268+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
269269
with:
270270
name: blog-${{ github.sha }}
271271
path: dist/blog

0 commit comments

Comments
 (0)