Skip to content

Commit 6241add

Browse files
committed
fix(ci): failed because it uses a deprecated version of actions/upload-artifact: v3
See: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 25d8402 commit 6241add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strip artifact/instead-cli/instead-cli
9393
9494
- name: Publish Artifact
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: instead-cli
9898
path: artifact

0 commit comments

Comments
 (0)