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