Skip to content

Commit 89fb57a

Browse files
updating download-artifact action
1 parent e4652d5 commit 89fb57a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Test-AITs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,9 @@ jobs:
344344
runs-on: ubuntu-20.04
345345
steps:
346346
- name: Download artifact(s) # surely there is a way to only download the negative_value_*.txt artifacts?
347-
uses: actions/download-artifact@v3 #swap to v3 because v4 fails the step if no files are present
347+
uses: actions/download-artifact@v4
348+
env:
349+
continue-on-error: true
348350
- name: Send failure message to Slack
349351
if: ${{ hashFiles('**/negative_value_*.txt') != '' }}
350352
id: slack

0 commit comments

Comments
 (0)