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

This commit is contained in:
timoreo
2025-08-11 07:34:32 +02:00
committed by GitHub

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 "[^/]+$")