Merge pull request #1955 from PrismLauncher/renovate/actions-download-artifact-4.x

chore(deps): update actions/download-artifact action to v4
This commit is contained in:
Sefa Eyeoglu
2023-12-16 17:27:02 +01:00
committed by GitHub

View File

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