Skip to content

Commit 3cb4b3d

Browse files
committed
Update actions/upload-artifact
1 parent 9f79a7f commit 3cb4b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload build as an artifact
9090
if: matrix.build-type == 'Release' && matrix.platform.publish && github.ref == 'refs/heads/main'
91-
uses: actions/upload-artifact@v2
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: jsonexpr-build
9494
path: |

0 commit comments

Comments
 (0)