From 5b537cd55b5423b247da06f5bbdc9ee30ebed48a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:04:25 -0500 Subject: [PATCH] Upgrade turborepo-gh-artifacts --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a06b689..1c8b8c9 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: - name: 'Setup local TurboRepo server' if: ${{ inputs.repo-token }} - uses: felixmosh/turborepo-gh-artifacts@v2 + uses: felixmosh/turborepo-gh-artifacts@v3 with: repo-token: ${{ inputs.repo-token }}