We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4429a commit b88503eCopy full SHA for b88503e
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
CRYSTAL_VERSION: ${{ matrix.crystal }}
72
- name: Upload failure logs
73
if: ${{ failure() }}
74
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
75
with:
76
name: logs-${{ matrix.crystal }}-${{ github.sha }}
77
path: .logs/*.log
@@ -130,7 +130,7 @@ jobs:
130
run: docker compose logs drivers
131
132
133
134
135
136
0 commit comments