From edea5fcdfe22afcea70cf11e4d893a42d71d184c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 21 Apr 2024 08:48:18 +0000
Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 1746f4a

---
 .github/workflows/continuous-integration.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index a0ee3ba..b448552 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Build Code
         run: yarn typecheck && yarn build
       - name: Upload dist folder to artifacts
-        uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
+        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
         with:
           name: dist
           path: dist/
@@ -74,7 +74,7 @@ jobs:
       - name: Run tests
         run: yarn test --coverage
       - name: Store code coverage report
-        uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
+        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
         with:
           name: coverage
           path: coverage/