Skip to content

Commit c8f024d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 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:
47-
name: cppdap
48-
path: out/usr/local/
47+
name: cppdap-${{ matrix.CC }}
48+
path: out/usr/local/

0 commit comments

Comments
 (0)