Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact digest to fa0a91b
Browse files Browse the repository at this point in the history
  • Loading branch information
xentra-bot[bot] authored Aug 17, 2024
1 parent 5019bd2 commit c2cd245
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 @@ -98,12 +98,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 c2cd245

Please sign in to comment.