Skip to content

Commit

Permalink
WEBUI-1634: Upgrade download 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 78f3131 commit 3521235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -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: .
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 @@ -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: .
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 @@ -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: .
Expand Down

0 comments on commit 3521235

Please sign in to comment.