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

This commit is contained in:
renovate[bot] 2023-12-14 20:23:26 +00:00 committed by GitHub
parent 32a9c37ecd
commit d0fe700b53
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 "[^/]+$")