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 074af20 commit a757483Copy full SHA for a757483
.github/workflows/pkg.pr.new-comment.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: Download artifact
21
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
22
with:
23
name: output
24
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pkg.pr.new.yml
@@ -35,7 +35,7 @@ jobs:
35
: context.payload.after;
36
fs.writeFileSync('output.json', JSON.stringify(output), 'utf8');
37
- name: Upload output
38
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
39
40
41
path: ./output.json
0 commit comments