Skip to content

Commit 0d58b9c

Browse files
committed
CM-45171 - Bump actions/upload-artifact
1 parent 70a62ab commit 0d58b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- CM-45171-update-version-of-actions-upload-artifact-in-gha
89

910
permissions:
1011
contents: write
@@ -193,7 +194,7 @@ jobs:
193194
run: echo "ARTIFACT_NAME=$(./process_executable_file.py dist/cycode-cli)" >> $GITHUB_ENV
194195

195196
- name: Upload files as artifact
196-
uses: actions/upload-artifact@v3
197+
uses: actions/upload-artifact@v4
197198
with:
198199
name: ${{ env.ARTIFACT_NAME }}
199200
path: dist

0 commit comments

Comments
 (0)