Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
cp $(cabal list-bin mempool-bench) mempool-bench

- name: Upload benchmark executables
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: benchmark-exes-${{ runner.os }}-${{ matrix.ghc }}
path: mempool-bench
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
github.event_name == 'push'
&& github.ref == 'refs/heads/main'
&& matrix.ghc=='9.10.3'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: haddocks
path: haddocks.tgz
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
# TODO: this will be necessary when we publish the benchmarks results.
# - name: Upload mempool benchmark baseline results
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# uses: actions/upload-artifact@v6
# uses: actions/upload-artifact@v7
# with:
# name: baseline-mempool-benchmarks
# path: baseline-mempool-benchmarks.csv
Expand Down
Loading