misc,tests: Revert merge version to 'v4' from 'v4.0.0'
'v4.0.0' wasn't working. The following error was occurred: ``` Can't find 'action.yml', 'action.yaml' or 'Dockerfile' for action 'actions/upload-artifact/merge@v4.0.0'. ``` Change-Id: I658b0fe292df029501fbc1286acb06f4014ae4e1
This commit is contained in:
2
.github/workflows/daily-tests.yaml
vendored
2
.github/workflows/daily-tests.yaml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
needs: [build-gem5, name-artifacts]
|
||||
steps:
|
||||
- name: Merge gem5 build artifacts
|
||||
uses: actions/upload-artifact/merge@v4.0.0
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: ${{needs.name-artifacts.outputs.build-name}}
|
||||
pattern: ${{needs.name-artifacts.outputs.build-name}}*
|
||||
|
||||
Reference in New Issue
Block a user