Skip to content

Commit

Permalink
ci: update artifact to v4 (#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev authored Jan 25, 2025
1 parent 9fe3d2a commit 9fec85c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
echo ${{ github.event.pull_request.head.repo.full_name || github.repository }} >> ./pr-repo.txt
- name: Upload PR number
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-id
path: ./pr-id.txt

- name: Upload PR ref
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-ref
path: ./pr-ref.txt

- name: Upload PR repo
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-repo
path: ./pr-repo.txt

0 comments on commit 9fec85c

Please sign in to comment.