Skip to content

Commit b4179de

Browse files
authored
Update ci.yml
1 parent df2002b commit b4179de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: List Test Directory
3737
run: ls -R test-artifacts # Check if the file exists
3838

39-
- name: Upload Test Artifact
40-
uses: actions/upload-artifact@v3
39+
- name: Upload Test Artifact (v2)
40+
uses: actions/upload-artifact@v2 # Changed to v2 for compatibility
4141
with:
4242
name: test-artifacts
4343
path: test-artifacts # Upload the dummy test artifact directory

0 commit comments

Comments
 (0)