Skip to content

Commit 1057698

Browse files
authored
Update build_linux.yml to get rid of a warning
1 parent 870a8ea commit 1057698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mv ${{github.workspace}}/build/libserialport.so ${{github.workspace}}/lib/dls/
3434

3535
- name: Archive artifact
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
with:
3838
name: Compiled-Binary
3939
path: ${{github.workspace}}/lib/dls/

0 commit comments

Comments
 (0)