Skip to content

Commit

Permalink
Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom authored Sep 12, 2024
1 parent fc8059e commit 8442681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
echo ${{ github.event.pull_request.number || github.event.issue.number }} > pr_number.txt
- name: Upload PR number
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr_number
path: pr_number.txt

0 comments on commit 8442681

Please sign in to comment.