Skip to content

Commit 903205e

Browse files
committed
chore(deps): update actions/upload-artifact digest to 5076954
1 parent 88768a8 commit 903205e

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
@@ -74,7 +74,7 @@ jobs:
7474
run: yarn test --coverage
7575

7676
- name: Store Code Coverage Report
77-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
77+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
7878
with:
7979
name: coverage
8080
path: coverage/

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
41+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
4242
with:
4343
name: docs
4444
path: packages/*/docs/api.json

0 commit comments

Comments
 (0)