Skip to content

Commit 5d8c016

Browse files
committed
refactor paths
1 parent 76b7cdd commit 5d8c016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/artifacts/test-log-file.txt

Whitespace-only changes.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
5454
with:
5555
name: result-linter-logs
56-
path: /tmp/linter-logs.log
56+
path: .github/artifacts/
5757
retention-days: 3
5858

5959
unit-test:
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7676
with:
7777
name: result-unit-test-logs
78-
path: /tmp/unit-test-logs.log
78+
path: .github/artifacts/
7979
retention-days: 3
8080

8181
component-test:

0 commit comments

Comments
 (0)