From a78af566d90491e4cfebb8dfffed8770c95375f3 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:30:16 +0100 Subject: Guh --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/production.yml') diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7753a8d..7e93cd1 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: npm run build -mode production - name: Archive Production Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: production path: dist @@ -37,7 +37,7 @@ jobs: environment: Production steps: - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: production - name: Connect to tailnet -- cgit v1.3