Skip to content

Commit

Permalink
rename artifacts and caches
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko committed Nov 22, 2023
1 parent 083b2a9 commit 7609673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: actions/cache@v3
with:
path: benchmark_reference
key: ${{ steps.benchmark_name.outputs.benchmark_name }}-reference
key: ${{ steps.benchmark_name.outputs.benchmark_name }}-benchmarks_references

- name: Check if the shared part of the job will continue
id: continue
Expand Down Expand Up @@ -231,5 +231,5 @@ jobs:
if: inputs.pipeline_mode == 'benchmarks'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.benchmark_name.outputs.benchmark_name }}-benchmark
name: ${{ steps.benchmark_name.outputs.benchmark_name }}-benchmarks
path: ${{ github.workspace }}/benchmark_results

0 comments on commit 7609673

Please sign in to comment.