Skip to content

Commit

Permalink
HPCC-33039 Fix artifact download version of UI and Bundles test GH Ac…
Browse files Browse the repository at this point in the history
…tions

.github/workflows/bundleTest-thor.md:
.github/workflows/bundleTest-thor.yml:
- Change 'Download Package' 'uses: actions/download-artifact@v3' to 'v4'

.github/workflows/test-ui-gh_runner.yml:
- Change 'Download Support Files' 'uses: actions/download-artifact@v3' to 'v4'

Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Nov 26, 2024
1 parent 3f7492d commit 27bf55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundleTest-thor.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The steps in the workflow run on the specified operating system, with Ubuntu-22.
This step enables us to download the ready-to-install HPCC Platform's artifact built on the latest commit.
```yaml
- name: Download Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.asset-name }}
path: ${{ inputs.asset-name }}
Expand Down Expand Up @@ -457,4 +457,4 @@ If any logs, ZAP reports, or .trace files are generated, they are uploaded as ar
/home/runner/HPCCSystems-regression/log/*
/home/runner/HPCCSystems-regression/zap/*
if-no-files-found: ignore
```
```
2 changes: 1 addition & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo rm -rf /usr/local/lib/android
- name: Download Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.asset-name }}
path: ${{ inputs.asset-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: ${{ inputs.asset-name }}

- name: Download Support Files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.asset-name }}-support-files
path: ${{ inputs.asset-name }}-support-files
Expand Down

0 comments on commit 27bf55b

Please sign in to comment.