Skip to content

Commit

Permalink
build: bump download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LightAndLight committed Sep 27, 2024
1 parent 512282f commit b1e017e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ipso-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ jobs:
--post-build-hook "$GITHUB_WORKSPACE/$POST_BUILD_HOOK"
-c .github/workflows/checkReleaseVersion
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ipso-linux-x86_64

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ipso-macos-x86_64

Expand Down

0 comments on commit b1e017e

Please sign in to comment.