We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d38b0 commit 874e5c6Copy full SHA for 874e5c6
.github/workflows/bench.yml
@@ -134,13 +134,13 @@ jobs:
134
enable-stack: false
135
136
- name: Download cabal home
137
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
138
with:
139
name: cabal-home-${{ matrix.ghc }}-${{ matrix.os }}
140
path: .
141
142
- name: Download workspace
143
144
145
name: workspace-${{ matrix.ghc }}-${{ matrix.os }}
146
0 commit comments