From 693827ed67856924c994d10ffa31680edb448878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:26:23 +0000 Subject: [PATCH] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tii-depthai-ctrl-coverity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tii-depthai-ctrl-coverity.yaml b/.github/workflows/tii-depthai-ctrl-coverity.yaml index eadac48..69eb5e0 100644 --- a/.github/workflows/tii-depthai-ctrl-coverity.yaml +++ b/.github/workflows/tii-depthai-ctrl-coverity.yaml @@ -47,7 +47,7 @@ jobs: cat cov-analyze-result.txt >> $GITHUB_STEP_SUMMARY - name: Upload coverity scan results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverity-html-report-${{ github.event.repository.name }} path: coverity-output