We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb7451 commit 7d63ea8Copy full SHA for 7d63ea8
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
run: cp `cabal list-bin exe:kda` .
74
- name: Stripping binary
75
run: strip kda
76
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
77
with:
78
name: kda-build-${{ matrix.os }}-${{ matrix.ghc }}
79
path: kda
0 commit comments