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 f572574 commit 001ca63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CONCURRENCY: 10
steps:
# - uses: x-cmd/action@main
- uses: x-cmd/action@v0
- uses: x-cmd/action@main
with:
code: |
echo "Hello World"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:
run: . ~/xghaction run

- name: Store Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
id: upload
with:
name: ${{ inputs.artifact_name || env.artifact_name || 'artifact' }}
Expand Down

0 comments on commit 001ca63

Please sign in to comment.