We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f019143 commit 7861a53Copy full SHA for 7861a53
.github/workflows/packages.yml
@@ -442,7 +442,7 @@ jobs:
442
443
steps:
444
- name: Download all artifacts
445
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
446
447
- name: Create release
448
id: create_release
.github/workflows/upload-to-itch.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Download artifact
45
id: download
46
47
with:
48
name: ${{ matrix.artifact }}
49
path: upload
0 commit comments