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 4717451 commit 979eca5Copy full SHA for 979eca5
.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@v5
+ uses: actions/download-artifact@v6
19
with:
20
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
21
path: .
.github/workflows/unit-tests.yml
@@ -153,7 +153,7 @@ jobs:
153
154
155
- name: Download All Artifacts
156
157
158
path: test
159
pattern: test-*
0 commit comments