Skip to content

Commit 5ec95ca

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3daf726 commit 5ec95ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)