github actions: Update actions/upload-artifact@v4 (#142)

This commit is contained in:
David Neto 2025-01-31 17:40:47 -05:00 committed by GitHub
parent a43b6c36e8
commit d01c822bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ jobs:
cmake --build .
DESTDIR=../out cmake --install .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cppdap
path: out/usr/local/
name: cppdap-${{ matrix.CC }}
path: out/usr/local/