We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2738 commit 59ad0f4Copy full SHA for 59ad0f4
.github/workflows/ci-checks.yml
@@ -46,7 +46,7 @@ jobs:
46
mkdir -p ./pr
47
echo ${{ github.event.pull_request.number }} >> ./pr/pr_number
48
echo ${{ github.event.action }} >> ./pr/event_action
49
- - uses: actions/upload-artifact@v3.1.0
+ - uses: actions/upload-artifact@v4
50
with:
51
name: pr
52
path: pr/
0 commit comments