Skip to content

Commit

Permalink
Merge pull request #1670 from newrelic/FixNegativeValueCheckWorkflow
Browse files Browse the repository at this point in the history
Swap to v3 for download-artifact in the Test AIT workflow
  • Loading branch information
jbedell-newrelic authored Dec 18, 2023
2 parents 6f7992b + bb3b803 commit 1a95f83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download artifact(s) # surely there is a way to only download the negative_value_*.txt artifacts?
uses: actions/download-artifact@master
with:
if-no-files-found: ignore
uses: actions/download-artifact@v3 #swap to v3 because v4 fails the step if no files are present
- name: Send failure message to Slack
if: ${{ hashFiles('**/negative_value_*.txt') != '' }}
id: slack
Expand Down

0 comments on commit 1a95f83

Please sign in to comment.