mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
chore(deps): update actions/download-artifact action to v4
This commit is contained in:
parent
32a9c37ecd
commit
d0fe700b53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trigger_release.yml
vendored
2
.github/workflows/trigger_release.yml
vendored
|
|
@ -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 "[^/]+$")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue