Skip to content

Commit 3aa32cd

Browse files
authored
CI: preserve artfcts
1 parent 3a37ba9 commit 3aa32cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
3131
- name: Build & test
3232
run: sudo --preserve-env=GITHUB_ACTIONS,CI .github/workflows/ci.sh ${{ matrix.compiler }} ${{ matrix.phase }}
33+
- name: Download a single artifact
34+
uses: actions/download-artifact@v4
35+
with:
36+
name: ksh-logs
37+

0 commit comments

Comments
 (0)