Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 13, 2024
1 parent 416edb0 commit e8a5ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Download debug binaries
uses: actions/download-artifact@v4
with:
name: target-bins
name: debug-bins
path: target/debug
- name: Check that OpenAPI specs are up-to-date
run: cargo make --profile ci check-openapi
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Download debug binaries
uses: actions/download-artifact@v4
with:
name: target-bins
name: debug-bins
path: target/debug
- name: Integration tests
env:
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
- name: Download debug binaries
uses: actions/download-artifact@v4
with:
name: target-bins
name: debug-bins
path: target/debug
- name: CLI tests
env:
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
- name: Download debug binaries
uses: actions/download-artifact@v4
with:
name: target-bins
name: debug-bins
path: target/debug
- name: Sharding tests
env:
Expand Down

0 comments on commit e8a5ce5

Please sign in to comment.