Skip to content

Commit

Permalink
github actions: Update actions/upload-artifact@v4 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 31, 2025
1 parent a43b6c3 commit d01c822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit d01c822

Please sign in to comment.