Skip to content

Commit 120a95d

Browse files
authored
Merge branch 'main' into CM-44581-restore-gradle-sub-projects
2 parents d616b9e + a0c04d3 commit 120a95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: echo "ARTIFACT_NAME=$(./process_executable_file.py dist/cycode-cli)" >> $GITHUB_ENV
194194

195195
- name: Upload files as artifact
196-
uses: actions/upload-artifact@v3
196+
uses: actions/upload-artifact@v4
197197
with:
198198
name: ${{ env.ARTIFACT_NAME }}
199199
path: dist

0 commit comments

Comments
 (0)