Skip to content

Commit 2ad04c0

Browse files
chore(deps): update actions/upload-artifact digest to 89ef406 (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ed4629 commit 2ad04c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: yarn test --coverage
7575

7676
- name: Store Code Coverage Report
77-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
77+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
7878
with:
7979
name: coverage
8080
path: coverage/

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn docs
3939

4040
- name: Upload Documentation Artifacts
41-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
41+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
4242
with:
4343
name: docs
4444
path: packages/*/docs/api.json

0 commit comments

Comments
 (0)