Skip to content

Commit c33b781

Browse files
Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#449)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41285c0 commit c33b781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_executable.yml

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

267267
- name: Upload files as artifact
268-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
268+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
269269
with:
270270
name: ${{ env.ARTIFACT_NAME }}
271271
path: dist

0 commit comments

Comments
 (0)