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
commit e227826a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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