Skip to content

Commit d01c822

Browse files
authored
github actions: Update actions/upload-artifact@v4 (#142)
1 parent a43b6c3 commit d01c822

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)