Skip to content

Commit 9839259

Browse files
committed
upload-artifact v4 now
1 parent 7281554 commit 9839259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build
7777
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
7878
- name: Upload artifact
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: ${{matrix.config.name}}-${{matrix.version.name}}
8282
path: ${{github.workspace}}/build/*TestPlugin*

0 commit comments

Comments
 (0)