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 3fcc670 commit 0bf3cfbCopy full SHA for 0bf3cfb
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
7z a ../../../${{ matrix.asset_name }}.zip ${{ matrix.artifact_name }}
90
91
- name: Upload artifacts
92
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
93
with:
94
name: ${{ matrix.asset_name }}
95
path: |
0 commit comments