From eb321572dfa78ef3c138773e6da5ea5d0a078e31 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 22 Mar 2025 12:28:24 +0100 Subject: [PATCH] chore: Update agent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1c3d6ffd..c366aa4a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v3.0.0-beta + uses: relative-ci/agent-action@v3.0.0 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}