aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/production.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/production.yml')
-rw-r--r--.github/workflows/production.yml4
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