Skip to content

Commit

Permalink
Merge pull request #132 from xentra-ai/renovate/actions-download-arti…
Browse files Browse the repository at this point in the history
…fact-digest

chore(deps): update actions/download-artifact digest to fa0a91b
  • Loading branch information
xunholy authored Aug 19, 2024
2 parents a928f60 + c2cd245 commit 2f04cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: x86_64-unknown-linux-gnu-binary
path: controller/linux/amd64

- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: aarch64-unknown-linux-gnu-binary
path: controller/linux/arm64
Expand Down

0 comments on commit 2f04cf1

Please sign in to comment.