We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64dc9b commit f3a3704Copy full SHA for f3a3704
.github/workflows/record_pr.yml
@@ -15,7 +15,7 @@ jobs:
15
mkdir -p ./pr
16
echo ${{ github.event.number }} > ./pr/number
17
echo "${{ github.event.pull_request.title }}" > ./pr/title
18
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
19
with:
20
name: pr
21
path: pr/
0 commit comments