Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 8b37e77

Browse files
committed
ci: update to actions/upload-artifact@v4
1 parent a880191 commit 8b37e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
working-directory: ${{runner.workspace}}/cnmatrix
8888
run: 7z a ${{runner.workspace}}/build/${{ steps.bundle.outputs.BUNDLE_FILE_NAME }} ${{runner.workspace}}/build/install_root/*
8989

90-
- uses: actions/upload-artifact@v2
90+
- uses: actions/upload-artifact@v4
9191
name: Upload
9292
if: matrix.build_type == 'Release'
9393
with:

0 commit comments

Comments
 (0)