Skip to content

Commit 118a640

Browse files
chore(deps): update github artifact actions
1 parent 45bb32e commit 118a640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pr_sha: ${{ steps.pr_info.outputs.pr_sha }}
2727
steps:
2828
- name: 'Download artifact'
29-
uses: actions/download-artifact@v5
29+
uses: actions/download-artifact@v6
3030
with:
3131
run-id: ${{ github.event.workflow_run.id }}
3232
github-token: ${{ github.token }}

.github/workflows/trigger-pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo ${{ github.event.pull_request.number }} > ./pr_info/PR_NUMBER
2323
echo ${{ github.event.pull_request.head.sha }} > ./pr_info/PR_SHA
2424
25-
- uses: actions/upload-artifact@v4
25+
- uses: actions/upload-artifact@v5
2626
with:
2727
name: pr_info
2828
path: pr_info/

0 commit comments

Comments
 (0)