From c2f9a7cff4b5b9fa906be69b01d113659ee94d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:04:49 +0000 Subject: [PATCH] Chore(deps): 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/playwright.yml | 6 +++--- .github/workflows/validate.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9039bef2..1c0214bd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -84,7 +84,7 @@ jobs: make docker-splunk-tail-logs-count COUNT=1000 > splunk-logs.log - name: Store playwright-report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: playwright-report @@ -92,7 +92,7 @@ jobs: retention-days: 30 - name: Store playwright-screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: playwright-screenshots @@ -100,7 +100,7 @@ jobs: retention-days: 30 - name: Store splunk-logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: splunk-logs.log diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 42eb2354..818fee81 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -42,7 +42,7 @@ jobs: --release release - name: Store Release Folder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: release @@ -50,7 +50,7 @@ jobs: retention-days: 30 - name: Store Output Folder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: output