Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 9, 2025
1 parent 5abcf76 commit a44a091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop-release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ jobs:
PROGRAM: ${{ matrix.program }}

- name: Download a so files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-so
path: ./target/deploy/
- name: Download idl files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-idl
path: ./target/idl/
Expand Down
1 change: 1 addition & 0 deletions programs/helium-sub-daos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ default-env = { workspace = true }

[dev-dependencies]
rust_decimal = "=1.26.0"

0 comments on commit a44a091

Please sign in to comment.