From 120b188235a390a26de18834949e8e65c7b3968d Mon Sep 17 00:00:00 2001 From: Hang Cui Date: Fri, 17 Oct 2025 15:05:31 -0700 Subject: [PATCH] Update repo --- .gitea/workflows/006_passing_files.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/006_passing_files.yaml b/.gitea/workflows/006_passing_files.yaml index 7bb84a8..77e003f 100644 --- a/.gitea/workflows/006_passing_files.yaml +++ b/.gitea/workflows/006_passing_files.yaml @@ -25,11 +25,10 @@ jobs: pwd - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: coverage - path: | - backend/.coverage + path: ${{ github.workspace }}/backend/.coverage if-no-files-found: error load-file-example: @@ -37,7 +36,7 @@ jobs: needs: [unit-tests] steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: coverage path: ${{ github.workspace }} # Move the coverage to ${{ github.workspace }}