Skip to content

Commit

Permalink
github: Use cdt 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Jul 11, 2024
1 parent 800309d commit 2eab90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
submodules: 'recursive'

- name: Download CDT
uses: AntelopeIO/asset-artifact-download-action@v3
uses: AntelopeIO/asset-artifact-download-action@v4
with:
owner: AntelopeIO
repo: cdt
target: 'v3.1.0'
target: 'v4.0.1'
prereleases: false
file: 'cdt_.*amd64.deb'

Expand All @@ -63,7 +63,7 @@ jobs:
if-no-files-found: error

- name: Download Leap - dev binary
uses: AntelopeIO/asset-artifact-download-action@v3
uses: AntelopeIO/asset-artifact-download-action@v4
with:
owner: AntelopeIO
repo: leap
Expand Down

0 comments on commit 2eab90b

Please sign in to comment.