Skip to content

Commit

Permalink
Update download artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 9, 2024
1 parent b66e714 commit 5ea1ea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
fetch-depth: 0

- name: Download UI Dist
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: xp-ui-dist
path: ui/build

- name: Download Management Service binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: management-service-binary
path: management-service/bin/
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
fetch-depth: 0

- name: Download Treatment Service binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: treatment-service-binary
path: treatment-service/bin/
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
password: ${{ secrets.ghcr_token }}

- name: Download Docker image tar
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: xp-management.${{ needs.build-management-service.outputs.api-version }}.tar

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
password: ${{ secrets.ghcr_token }}

- name: Download Docker image tar
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: xp-treatment.${{ needs.build-treatment-service.outputs.api-version }}.tar

Expand Down

0 comments on commit 5ea1ea7

Please sign in to comment.