.gitea/workflows/asw-pipeline.yml +2−2 View file@@ -35,7 +35,7 @@ jobs:
35 35
test -s dist/alice-sdv-reference.tar.gz36 36
sha256sum --check dist/checksums.sha25637 37
- name: Store the pipeline artifact38 −
uses: actions/upload-artifact@v3 38 +
uses: christopherhx/gitea-upload-artifact@v439 39
with:40 40
name: alice-sdv-reference41 41
path: |@@ -50,7 +50,7 @@ jobs:
50 50
steps:51 51
- uses: actions/checkout@v452 52
- name: Retrieve the verified artifact53 −
uses: actions/download-artifact@v3 53 +
uses: christopherhx/gitea-download-artifact@v454 54
with:55 55
name: alice-sdv-reference56 56
path: dist