chore(deps): update actions/download-artifact action to v5

This commit is contained in:
renovate[bot] 2025-08-06 02:15:15 +00:00 committed by GitHub
parent 8275529afb
commit 9f5bc882b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
submodules: "true"
path: "PrismLauncher-source"
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
- name: Grab and store version
run: |
tag_name=$(echo ${{ github.ref }} | grep -oE "[^/]+$")