We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d740d commit a633297Copy full SHA for a633297
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
cp bin/cliraop-linux-${{ matrix.os-arch }} release/
41
42
- name: Upload artifacts
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
with:
45
name: cliraop-linux-${{ matrix.os-arch }}
46
path: release/
0 commit comments