Skip to content

Commit b173f53

Browse files
Bump actions/upload-artifact from 4 to 5 (#1471)
1 parent b114417 commit b173f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ contains(matrix.os, 'ubuntu') }}
7272
run: ${{ format('tar -czvf {1} -C target/{0}/release texlab', matrix.target, matrix.archive) }}
7373
- name: Upload binary archive
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: ${{ matrix.target }}
7777
path: ${{ matrix.archive }}

0 commit comments

Comments
 (0)