Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
cd ../
|
cd ../
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload xiaosa artifacts
|
- name: Upload xiaosa artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: xiaosa-output
|
name: xiaosa-output
|
||||||
path: |
|
path: |
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
cd ../
|
cd ../
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload fty artifacts
|
- name: Upload fty artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: fty-output
|
name: fty-output
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user