fix: Downgrade artifact actions to 3
Some checks failed
Build and Push Docker Image / Build (push) Failing after 29s
Build and Push Docker Image / Package (push) Has been skipped

This commit is contained in:
Jan K9f 2025-09-10 12:30:40 +02:00
commit 5dbac27b7e
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -22,7 +22,7 @@ jobs:
- name: Build
run: bun run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build/client
path: build/client
@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: build/client
path: build/client