Skip to content

Commit a0c04d3

Browse files
authored
CM-45171 - Bump actions/upload-artifact (#280)
1 parent 70a62ab commit a0c04d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executable.yml

+1-1
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)