Skip to content

Commit 1ff348c

Browse files
committed
chore(deps): update actions/upload-artifact digest to 89ef406
1 parent cb9f345 commit 1ff348c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: yarn test:coverage
4545
- name: Store Code Coverage Report
46-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
46+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
4747
with:
4848
name: coverage
4949
path: coverage/

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Documentation
3737
run: yarn docs
3838
- name: Upload Documentation Artifacts
39-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
39+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
4040
with:
4141
name: docs
4242
path: docs/api.json

0 commit comments

Comments
 (0)