We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac36b7d commit 29f27a4Copy full SHA for 29f27a4
.github/workflows/rfc-check.yml
@@ -18,7 +18,7 @@ jobs:
18
cmake -S . -B build -DCMAKE_INSTALL_DOCDIR=$PWD/build/install
19
cmake --build build -v
20
cmake --install build
21
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
22
with:
23
name: spec
24
path: build/install
0 commit comments