Skip to content

Commit

Permalink
WEBUI-1634: Upgrade upload artifact version from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jan 23, 2025
1 parent 3ff374b commit 78f3131
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cross-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,22 @@ 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: |
Expand All @@ -236,7 +236,7 @@ jobs:
- name: Archive packages
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,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: |
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Archive packages
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-3.0.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-3.1.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-lts-2025.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78f3131

Please sign in to comment.