Revert "Upgrade to {upload,download}-artifact@v4 for better performance" (#1396)

This commit is contained in:
Michael Telatynski
2023-12-20 10:01:54 +00:00
committed by GitHub
parent de503fa72c
commit 058bb09bf4
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: webapp
@@ -151,7 +151,7 @@ jobs:
# We exclude mac-universal as the unpacked app takes forever to upload and zip and dmg already contain it
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.deploy-mode && 'packages.element.io' || 'macos' }}
path: |