We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41285c0 commit c33b781Copy full SHA for c33b781
1 file changed
.github/workflows/build_executable.yml
@@ -265,7 +265,7 @@ jobs:
265
run: echo "ARTIFACT_NAME=$(./process_executable_file.py dist/cycode-cli)" >> $GITHUB_ENV
266
267
- name: Upload files as artifact
268
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
269
with:
270
name: ${{ env.ARTIFACT_NAME }}
271
path: dist
0 commit comments