Skip to content

Commit

Permalink
ci: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 10, 2024
1 parent 84eac0a commit 1cf1b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Restore target
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}
name: artifact-${{ github.run_id }}-target
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 1cf1b6d

Please sign in to comment.