ci: downgrade upload-artifact and download-artifact from v4 to v3 in all three deploy workflows

This commit is contained in:
daniel-c-harvey
2026-06-04 13:34:04 -04:00
parent 6143d9afef
commit 65426a6c67
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
run: tar -czf deepdrft-public.tar.gz -C DeepDrftPublic/publish .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: deepdrft-public
path: deepdrft-public.tar.gz
@@ -53,7 +53,7 @@ jobs:
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: deepdrft-public