Skip to content

Commit

Permalink
upd artifacts action version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 7, 2024
1 parent e26c40d commit 91b4173
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- as-move-ci

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -29,10 +30,10 @@ jobs:
mv benchmarks.txt artifacts/
- name: upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmarks
path: ./artifacts
path: ./artifacts/

benchmark-publish:
name: benchmark publish
Expand All @@ -50,10 +51,10 @@ jobs:
private-key: ${{ secrets.GH_APP_SAS_APP_KEY }}

- name: download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: benchmarks
path: ./artifacts
path: artifacts

- name: Modify benches result for benhcmark action
run: ./scripts/ci/benchmarks/generate_benchmark_result.sh artifacts/benchmarks.txt > artifacts/benchmarks.json
Expand Down

0 comments on commit 91b4173

Please sign in to comment.