Skip to content

Commit

Permalink
build: bump upload artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Nov 17, 2024
1 parent 7e7d2b9 commit 520fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
run: echo ${{ github.event.number }} > ./pr_number.txt

- name: Upload pull request number artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr-number
path: ./pr_number.txt

0 comments on commit 520fb40

Please sign in to comment.