From e28ded34219c18a4fd5992259db34d3e4393c2b3 Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Thu, 23 Jan 2025 21:10:54 +0530 Subject: [PATCH] WEBUI-1634: Upgrade download artifact version from v3 to v4 --- .github/workflows/veracode-3.0.x.yaml | 2 +- .github/workflows/veracode-3.1.x.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/veracode-3.0.x.yaml b/.github/workflows/veracode-3.0.x.yaml index a6c8c6aaca..683ceaa057 100644 --- a/.github/workflows/veracode-3.0.x.yaml +++ b/.github/workflows/veracode-3.0.x.yaml @@ -159,7 +159,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nuxeo-web-ui path: . diff --git a/.github/workflows/veracode-3.1.x.yaml b/.github/workflows/veracode-3.1.x.yaml index a0eb6a0f64..cf8a4015e7 100644 --- a/.github/workflows/veracode-3.1.x.yaml +++ b/.github/workflows/veracode-3.1.x.yaml @@ -159,7 +159,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nuxeo-web-ui path: .