chore(deps): bump actions/upload-artifact from 3 to 4 (#7210)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload untracked reference images
|
- name: Upload untracked reference images
|
||||||
if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
|
if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Untracked Reference Images
|
name: Untracked Reference Images
|
||||||
path: untracked_ref_imgs.zip
|
path: untracked_ref_imgs.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user