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 b772eed commit e28ded3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit e28ded3

Please sign in to comment.