Skip to content

Commit e90494c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)