We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7281554 commit 9839259Copy full SHA for 9839259
.github/workflows/build.yaml
@@ -76,7 +76,7 @@ jobs:
76
- name: Build
77
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
78
- name: Upload artifact
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
with:
81
name: ${{matrix.config.name}}-${{matrix.version.name}}
82
path: ${{github.workspace}}/build/*TestPlugin*
0 commit comments