Skip to content

Commit c47e146

Browse files
committed
CI: Remove broken actions/upload-artifact@v4 action
After switching from (depreacted) v3 to v4 it was broken and actually was not doing anything interesting.
1 parent 904765c commit c47e146

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
7272
MSYSTEM: MINGW64
7373
run: cabal test all --enable-tests --test-show-details=direct -j1
7474

75-
- uses: actions/upload-artifact@v4
76-
with:
77-
name: Build & test logs
78-
path: |
79-
dist-newstyle/**/*.log
80-
8175
# - name: Run benchmarks
8276
# run: cabal bench all --enable-tests
8377

0 commit comments

Comments
 (0)