diff --git a/.github/workflows/jira-issue-pr.yml b/.github/workflows/jira-issue-pr.yml index ad8aac12..7eb42c28 100644 --- a/.github/workflows/jira-issue-pr.yml +++ b/.github/workflows/jira-issue-pr.yml @@ -216,7 +216,7 @@ jobs: echo '}' >> jira.json - name: Upload jira.json - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: jira.json path: | diff --git a/.github/workflows/visual-assets-update-all.yml b/.github/workflows/visual-assets-update-all.yml index 34f86e80..3a5cea13 100644 --- a/.github/workflows/visual-assets-update-all.yml +++ b/.github/workflows/visual-assets-update-all.yml @@ -42,7 +42,7 @@ jobs: - name: Upload artifact ignore-list if: (github.event_name == 'issue_comment' && steps.check.outputs.triggered == 'true') || github.event_name != 'issue_comment' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ignore-list path: ignore-list.txt @@ -83,7 +83,7 @@ jobs: - name: Upload artifact report if: (github.event_name == 'issue_comment' && needs.ignore-list.outputs.triggered == 'true') || github.event_name != 'issue_comment' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: report path: report.md @@ -98,7 +98,7 @@ jobs: - name: Upload artifact pr-body if: (github.event_name == 'issue_comment' && needs.ignore-list.outputs.triggered == 'true') || github.event_name != 'issue_comment' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pr-body path: pr-body.txt