diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:30:16 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:30:16 +0100 |
| commit | a78af566d90491e4cfebb8dfffed8770c95375f3 (patch) | |
| tree | d3e63c7b7066fba2d32f7dd39510d2c7c3aab658 /.github/workflows/production.yml | |
| parent | 83f8f76d4be63d67e6f74743374a04d2c0f736ce (diff) | |
Guh
Diffstat (limited to '.github/workflows/production.yml')
| -rw-r--r-- | .github/workflows/production.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
