Skip to content

Commit a757483

Browse files
chore(deps): update github artifact actions (major) (#1407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 074af20 commit a757483

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Download artifact
21-
uses: actions/download-artifact@v5
21+
uses: actions/download-artifact@v6
2222
with:
2323
name: output
2424
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
@@ -35,7 +35,7 @@ jobs:
3535
: context.payload.after;
3636
fs.writeFileSync('output.json', JSON.stringify(output), 'utf8');
3737
- name: Upload output
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: output
4141
path: ./output.json

0 commit comments

Comments
 (0)