File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 cp $(cabal list-bin mempool-bench) mempool-bench
168168
169169 - name : Upload benchmark executables
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : benchmark-exes-${{ runner.os }}-${{ matrix.ghc }}
173173 path : mempool-bench
@@ -195,7 +195,7 @@ jobs:
195195 github.event_name == 'push'
196196 && github.ref == 'refs/heads/main'
197197 && matrix.ghc=='9.10.2'
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v5
199199 with :
200200 name : haddocks
201201 path : haddocks.tgz
@@ -258,7 +258,7 @@ jobs:
258258 # TODO: this will be necessary when we publish the benchmarks results.
259259 # - name: Upload mempool benchmark baseline results
260260 # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
261- # uses: actions/upload-artifact@v4
261+ # uses: actions/upload-artifact@v5
262262 # with:
263263 # name: baseline-mempool-benchmarks
264264 # path: baseline-mempool-benchmarks.csv
You can’t perform that action at this time.
0 commit comments