We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2002b commit b4179deCopy full SHA for b4179de
1 file changed
.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: List Test Directory
37
run: ls -R test-artifacts # Check if the file exists
38
39
- - name: Upload Test Artifact
40
- uses: actions/upload-artifact@v3
+ - name: Upload Test Artifact (v2)
+ uses: actions/upload-artifact@v2 # Changed to v2 for compatibility
41
with:
42
name: test-artifacts
43
path: test-artifacts # Upload the dummy test artifact directory
0 commit comments