mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +00:00
use correct artifact name in test
This commit is contained in:
parent
53ef6987b3
commit
530ed2c9b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -191,7 +191,7 @@ jobs:
|
||||||
- name: 'Download merged artifacts'
|
- name: 'Download merged artifacts'
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Merged-Artifacts
|
name: merged-artifacts
|
||||||
path: all-merged-artifacts
|
path: all-merged-artifacts
|
||||||
- name: 'Check merged artifact has directories for each artifact'
|
- name: 'Check merged artifact has directories for each artifact'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue