Skip to content

Commit 118dbc6

Browse files
fix release workflow
1 parent d781060 commit 118dbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
submodules: 'true'
2828
path: 'PolyMC-source'
2929
- name: Download artifacts
30-
uses: actions/download-artifact@v3
30+
uses: actions/download-artifact@v4
3131
- name: Grab and store version
3232
run: |
3333
tag_name=$(echo ${{ github.ref }} | grep -oE "[^/]+$")

0 commit comments

Comments
 (0)