65
65
run : make validate
66
66
67
67
- name : Upload Profiles
68
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
68
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
69
69
with :
70
70
name : job-ig-profiles
71
71
path : job-ig/fsh-generated/resources/*.json
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : Upload Coverage Report
169
169
if : ${{ matrix.java-version == '21' && matrix.module != 'db' && matrix.module != 'jepsen' }}
170
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
170
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
171
171
with :
172
172
name : coverage-report-${{ matrix.module }}
173
173
path : modules/${{ matrix.module }}/target/coverage/codecov.json
@@ -208,7 +208,7 @@ jobs:
208
208
run : make -C modules/db test-coverage
209
209
210
210
- name : Upload Coverage Report
211
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
211
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
212
212
with :
213
213
name : coverage-report-db
214
214
path : modules/db/target/coverage/codecov.json
@@ -305,7 +305,7 @@ jobs:
305
305
run : make uberjar
306
306
307
307
- name : Upload Blaze Uberjar
308
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
308
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
309
309
with :
310
310
name : blaze-uberjar
311
311
path : target/blaze-*-standalone.jar
@@ -321,7 +321,7 @@ jobs:
321
321
outputs : type=docker,dest=/tmp/blaze.tar
322
322
323
323
- name : Upload Blaze Image
324
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
324
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
325
325
with :
326
326
name : blaze-image
327
327
path : /tmp/blaze.tar
@@ -352,7 +352,7 @@ jobs:
352
352
outputs : type=docker,dest=/tmp/blaze-frontend.tar
353
353
354
354
- name : Upload Blaze Image
355
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
355
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
356
356
with :
357
357
name : blaze-frontend-image
358
358
path : /tmp/blaze-frontend.tar
@@ -1744,7 +1744,7 @@ jobs:
1744
1744
- name : Run Playwright Tests
1745
1745
run : make -C modules/frontend-e2e test
1746
1746
1747
- - uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
1747
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
1748
1748
with :
1749
1749
name : playwright-report
1750
1750
path : modules/frontend-e2e/playwright-report/
0 commit comments