use v3 of aritfacts
Some checks failed
Cargo / build (push) Successful in 19s
Cargo / ui (push) Successful in 57s
Cargo / check (push) Successful in 45s
Cargo / test (push) Failing after 1m6s

This commit is contained in:
2025-07-18 16:16:12 +01:00
parent 8b4aa0b797
commit 90660693b1

View File

@ -65,11 +65,12 @@ jobs:
npm run build
- name: Upload dist
working-directory: ./ui
uses: https://gitea.com/actions/upload-artifact@v4
uses: https://gitea.com/actions/upload-artifact@v3
with:
name: dist-${{ hashFiles('src/**') }}
path: dist
include-hidden-files: true
test:
needs: [build, ui]
runs-on: rust-latest
@ -92,7 +93,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Download dist
working-directory: ./ui
uses: https://gitea.com/actions/download-artifact@v4
uses: https://gitea.com/actions/download-artifact@v3
with:
name: dist-${{ hashFiles('src/**') }}
path: ../dist