Skip to content

Commit cb6cd3c

Browse files
committed
Try fixing issue-bot problem
1 parent eeeec65 commit cb6cd3c

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed

Diff for: .github/workflows/issue-bot.yml

+10-22
Original file line numberDiff line numberDiff line change
@@ -139,33 +139,21 @@ jobs:
139139
working-directory: "issue-bot"
140140
run: "composer install --no-interaction --no-progress"
141141

142-
- uses: Wandalen/[email protected]
142+
- uses: actions/download-artifact@v4
143143
with:
144-
action: actions/download-artifact@v4
145-
with: |
146-
name: playground-cache
147-
path: issue-bot/tmp
148-
attempt_limit: 5
149-
attempt_delay: 1000
144+
name: playground-cache
145+
path: issue-bot/tmp
150146

151-
- uses: Wandalen/[email protected]
147+
- uses: actions/download-artifact@v4
152148
with:
153-
action: actions/download-artifact@v4
154-
with: |
155-
name: issue-cache
156-
path: issue-bot/tmp
157-
attempt_limit: 5
158-
attempt_delay: 1000
149+
name: issue-cache
150+
path: issue-bot/tmp
159151

160-
- uses: Wandalen/[email protected]
152+
- uses: actions/download-artifact@v4
161153
with:
162-
action: actions/download-artifact@v4
163-
with: |
164-
pattern: results-*
165-
merge-multiple: true
166-
path: issue-bot/tmp
167-
attempt_limit: 5
168-
attempt_delay: 1000
154+
pattern: results-*
155+
merge-multiple: true
156+
path: issue-bot/tmp
169157

170158
- name: "Evaluate results - pull request"
171159
working-directory: "issue-bot"

0 commit comments

Comments
 (0)