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 9fb0d86 commit c3a7854Copy full SHA for c3a7854
.github/workflows/pr-label-on-approved.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Download PR number artifact from upstream run
18
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
19
with:
20
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
21
path: .
0 commit comments