Skip to content

Commit 30302dd

Browse files
chore(deps): update actions/upload-artifact digest to 5d5d22a (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c1e2d1 commit 30302dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build Code
4646
run: yarn typecheck && yarn build
4747
- name: Upload dist folder to artifacts
48-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
48+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
4949
with:
5050
name: dist
5151
path: dist/
@@ -74,7 +74,7 @@ jobs:
7474
- name: Run tests
7575
run: yarn test --coverage
7676
- name: Store code coverage report
77-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
77+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
7878
with:
7979
name: coverage
8080
path: coverage/

0 commit comments

Comments
 (0)