chore(deps): update actions/download-artifact action to v6 (#1764)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-08 15:42:50 +01:00 committed by GitHub
parent 9efec4983e
commit bf0fd2885d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ jobs:
steps: steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Download Mage Binary - name: Download Mage Binary
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
with: with:
name: mage_bin name: mage_bin
- name: Set up Go - name: Set up Go