Skip to content

Commit

Permalink
Merge pull request #3 from RegionX-Labs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
cuteolaf authored Apr 23, 2024
2 parents e900b7c + 6d22391 commit a264b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

# Download the binary from the previous job
- name: Download x86_64 linux binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: regionx-node
path: ${{ github.workspace }}
Expand Down

0 comments on commit a264b1a

Please sign in to comment.