Skip to content

Commit 9b8c3fb

Browse files
chore(deps): update github artifact actions (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b4fd81 commit 9b8c3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525
- name: Download artifact
26-
uses: actions/download-artifact@v6
26+
uses: actions/download-artifact@v7
2727
with:
2828
name: output
2929
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
: context.payload.after;
4040
fs.writeFileSync('output.json', JSON.stringify(output), 'utf8');
4141
- name: Upload output
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: output
4545
path: ./output.json

0 commit comments

Comments
 (0)