feat(github/actions/download-artifact)!: Update v4 ➼ v5 (#3121)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-08-06 13:12:48 +00:00
committed by GitHub
parent 3217b9cfba
commit fd649840d0

View File

@@ -85,7 +85,7 @@ jobs:
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format
- name: Download Splits
uses: actions/download-artifact@v4
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
with:
name: "${{ needs.flux-diff.outputs.artifact }}"
- run: |