From c01da9c64212d538bb9b98faa25057c05cf4d287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:10:49 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/gitleaks.yml | 2 +- .github/workflows/semantic-hub-e2e-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 3055adce..b08f169a 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -36,7 +36,7 @@ jobs: gitleaks detect -f sarif -r ./gitleaks-report-semantic-hub.sarif --exit-code 0 - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: gitleaks-report path: ./gitleaks-report-semantic-hub.sarif diff --git a/.github/workflows/semantic-hub-e2e-test.yml b/.github/workflows/semantic-hub-e2e-test.yml index 3a4a3548..d550f717 100644 --- a/.github/workflows/semantic-hub-e2e-test.yml +++ b/.github/workflows/semantic-hub-e2e-test.yml @@ -62,7 +62,7 @@ jobs: BEARER_TOKEN: ${{ env.mask_client_bearer_token }} SEMANTIC_HUB_API_URL: ${{ inputs.semantichubUrl }} - name: Upload test report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: semantic-hub-e2e-test-report