Skip to content

Commit b7ba517

Browse files
authored
[CI] Benchmark upload broken after action link hardening
1 parent f987c9c commit b7ba517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: OpenTelemetry-cpp benchmarks
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- main
66

@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51-
- uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # v4.2.1
51+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # main March 2025
5252
with:
5353
name: benchmark_results
5454
path: benchmarks

0 commit comments

Comments
 (0)