We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a37ba9 commit 3aa32cdCopy full SHA for 3aa32cd
.github/workflows/ci.yml
@@ -30,3 +30,8 @@ jobs:
30
31
- name: Build & test
32
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