We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a62ab commit 0d58b9cCopy full SHA for 0d58b9c
1 file changed
.github/workflows/build_executable.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - CM-45171-update-version-of-actions-upload-artifact-in-gha
9
10
permissions:
11
contents: write
@@ -193,7 +194,7 @@ jobs:
193
194
run: echo "ARTIFACT_NAME=$(./process_executable_file.py dist/cycode-cli)" >> $GITHUB_ENV
195
196
- name: Upload files as artifact
- uses: actions/upload-artifact@v3
197
+ uses: actions/upload-artifact@v4
198
with:
199
name: ${{ env.ARTIFACT_NAME }}
200
path: dist
0 commit comments