From c7025c79d5f0bc565ec20c48991532e64bc92b62 Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Fri, 17 Jan 2025 12:34:40 +0530 Subject: [PATCH] WEBUI-1634: Upgrade upload artifact version from v3 to v4 --- .github/workflows/catalog.yaml | 2 +- .github/workflows/cross-repo.yaml | 8 ++++---- .github/workflows/ftest.yaml | 8 ++++---- .github/workflows/main.yaml | 2 +- .github/workflows/veracode-3.0.x.yaml | 2 +- .github/workflows/veracode-3.1.x.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/catalog.yaml b/.github/workflows/catalog.yaml index ac4108bd55..0fb4ba318c 100644 --- a/.github/workflows/catalog.yaml +++ b/.github/workflows/catalog.yaml @@ -116,7 +116,7 @@ jobs: popd - name: Archive catalog - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: catalog path: packages/nuxeo-designer-catalog/data/applications/nuxeo/${{ env.TARGET_PLATFORM }}/${{ env.CATALOG_NAME }} diff --git a/.github/workflows/cross-repo.yaml b/.github/workflows/cross-repo.yaml index 8b10f91448..6929a7bf30 100644 --- a/.github/workflows/cross-repo.yaml +++ b/.github/workflows/cross-repo.yaml @@ -212,7 +212,7 @@ jobs: - name: Archive cucumber reports if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cucumber-reports path: | @@ -220,14 +220,14 @@ jobs: - name: Archive screenshots if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: screenshots path: ftest/target/screenshots/ - name: Archive logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs path: | @@ -236,7 +236,7 @@ jobs: - name: Archive packages if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: packages path: | diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index eeea861cb0..863362ab20 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -134,21 +134,21 @@ jobs: - name: Archive cucumber reports if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cucumber-reports path: ftest/target/cucumber-reports/ - name: Archive screenshots if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: screenshots path: ftest/target/screenshots/ - name: Archive logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs path: | @@ -157,7 +157,7 @@ jobs: - name: Archive packages if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: packages path: | diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7f33cf3e95..9a956db93f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -115,7 +115,7 @@ jobs: mvn -B -nsu -ntp -f plugin/itests/marketplace install - name: Archive packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: packages path: | diff --git a/.github/workflows/veracode-3.0.x.yaml b/.github/workflows/veracode-3.0.x.yaml index cb81b1f89b..a6c8c6aaca 100644 --- a/.github/workflows/veracode-3.0.x.yaml +++ b/.github/workflows/veracode-3.0.x.yaml @@ -145,7 +145,7 @@ jobs: zip -r nuxeo-web-ui.zip * - name: Upload ZIP as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nuxeo-web-ui path: nuxeo-web-ui.zip diff --git a/.github/workflows/veracode-3.1.x.yaml b/.github/workflows/veracode-3.1.x.yaml index 7c611fa487..a0eb6a0f64 100644 --- a/.github/workflows/veracode-3.1.x.yaml +++ b/.github/workflows/veracode-3.1.x.yaml @@ -145,7 +145,7 @@ jobs: zip -r nuxeo-web-ui.zip * - name: Upload ZIP as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nuxeo-web-ui path: nuxeo-web-ui.zip