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 b114417 commit b173f53Copy full SHA for b173f53
.github/workflows/publish.yml
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ contains(matrix.os, 'ubuntu') }}
72
run: ${{ format('tar -czvf {1} -C target/{0}/release texlab', matrix.target, matrix.archive) }}
73
- name: Upload binary archive
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
75
with:
76
name: ${{ matrix.target }}
77
path: ${{ matrix.archive }}
0 commit comments