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 4b4fd81 commit 9b8c3fbCopy full SHA for 9b8c3fb
.github/workflows/pkg.pr.new-comment.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v6
25
- name: Download artifact
26
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
27
with:
28
name: output
29
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pkg.pr.new.yml
@@ -39,7 +39,7 @@ jobs:
39
: context.payload.after;
40
fs.writeFileSync('output.json', JSON.stringify(output), 'utf8');
41
- name: Upload output
42
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
43
44
45
path: ./output.json
0 commit comments