Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jira-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/visual-assets-update-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down