We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4652d5 commit 89fb57aCopy full SHA for 89fb57a
.github/workflows/Test-AITs.yml
@@ -344,7 +344,9 @@ jobs:
344
runs-on: ubuntu-20.04
345
steps:
346
- 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
+ uses: actions/download-artifact@v4
348
+ env:
349
+ continue-on-error: true
350
- name: Send failure message to Slack
351
if: ${{ hashFiles('**/negative_value_*.txt') != '' }}
352
id: slack
0 commit comments