Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit e90494c

Browse files
committed
github actions: Update actions/upload-artifact@v4
1 parent a43b6c3 commit e90494c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cmake --build .
4343
DESTDIR=../out cmake --install .
4444
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: cppdap
48-
path: out/usr/local/
48+
path: out/usr/local/

0 commit comments

Comments
 (0)