We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eac0a commit 1cf1b6dCopy full SHA for 1cf1b6d
.github/workflows/ci.yaml
@@ -88,7 +88,7 @@ jobs:
88
- name: Restore target
89
uses: actions/download-artifact@v4
90
with:
91
- name: artifact-${{ github.run_id }}
+ name: artifact-${{ github.run_id }}-target
92
- uses: actions/setup-node@v4
93
94
node-version: ${{ matrix.node-version }}
0 commit comments