Update repo

This commit is contained in:
Hang Cui
2025-10-17 15:05:31 -07:00
parent 3c9b43f368
commit 120b188235

View File

@@ -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 }}