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:
dependabot[bot]
2024-11-06 09:54:46 +01:00
committed by GitHub
parent 3cfe1a8306
commit 9f03da8533

View File

@@ -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