Skip to content

Commit

Permalink
fix: upgrade v2 to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jan 16, 2025
1 parent 001ca63 commit fab6285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .x-cmd/art
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type x
echo "$ACTIONS_RUNTIME_URL"
echo "$GITHUB_RUN_ID"
mkdir .artifact
printf "%s\n" "[ERR]: Test1" > ~/work/action/action/ws/.artifact/test1
printf "%s\n" "[ERR]: Test2" > ~/work/action/action/ws/.artifact/test2
mkdir -p ~/work/action/action/ws/.artifact
printf "%s\n" "x:I Test1" > ~/work/action/action/ws/.artifact/test1
printf "%s\n" "x:I Test2" > ~/work/action/action/ws/.artifact/test2
cat ~/work/action/action/ws/.artifact/test1

0 comments on commit fab6285

Please sign in to comment.