From 9e2a1c7ce141c9c16e9a89af764438cce3489c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:33:10 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/label_export.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index 7d73ca3..30eb482 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -42,12 +42,12 @@ jobs: run: python ./export_annotations.py --annotations-csv=False --annotations-json=../json_files/annotations.json --fetch-children=False working-directory: ./label_export - name: Upload labels JSON - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: labels path: ./json_files/annotations.json - name: Upload labels with children JSON - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: labels_with_children path: ./json_files/annotations_with_children.json