Skip to content

Commit 4290179

Browse files
committed
Update build.yml
1 parent cd2690d commit 4290179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- uses: "actions/download-artifact@v4"
182182
with:
183183
name: "result-cache"
184-
path: "/tmp/"
184+
path: "${{ runner.temp }}"
185185

186186
- name: "Run infection"
187187
run: |
@@ -236,4 +236,4 @@ jobs:
236236
- uses: "actions/upload-artifact@v4"
237237
with:
238238
name: "result-cache"
239-
path: "/tmp/resultCache.php"
239+
path: "${{ runner.temp }}/resultCache.php"

0 commit comments

Comments
 (0)