Skip to content

Commit

Permalink
raise upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Dec 7, 2024
1 parent 1fdbe97 commit d5c19c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

- name: Upload Unit Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ steps.install.outcome == 'success' && (success() || failure()) }} # run this step even if previous step failed, but not if it was skipped
with:
name: ddc-test-results@${{ matrix.sdk }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

- name: Upload Unit Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ steps.install.outcome == 'success' && (success() || failure()) }} # run this step even if previous step failed, but not if it was skipped
with:
name: dart2js-test-results@${{ matrix.sdk }}
Expand Down

0 comments on commit d5c19c4

Please sign in to comment.