We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1249af commit 368273bCopy full SHA for 368273b
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
ctest -C ${{ env.BUILD_TYPE }} --verbose
46
47
- name: Upload artifacts
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: ${{ github.event.repository.name }}-${{ matrix.os }}
51
path: install/bin/*
0 commit comments