Skip to content

Commit

Permalink
Merge branch 'release/1.0' into yarkin/merge_1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Jul 9, 2024
2 parents 88b2888 + 62d087a commit 8480471
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
DWITH_TEST_ACTIONS: ${{ matrix.DWITH_TEST_ACTIONS }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: contract.test-actions-${{ matrix.DWITH_TEST_ACTIONS }}.tar.gz
path: contract.tar.gz
Expand All @@ -80,7 +80,8 @@ jobs:
run: .github/workflows/build-contract-test.sh

- name: Upload Artifacts
uses: actions/upload-artifact@v3
if: ${{ matrix.DWITH_TEST_ACTIONS == 'on' }}
uses: actions/upload-artifact@v4
with:
name: contract-test.tar.gz
path: contract-test.tar.gz
Expand All @@ -92,8 +93,8 @@ jobs:
DWITH_TEST_ACTIONS: ${{ matrix.DWITH_TEST_ACTIONS }}

- name: Upload Test Metrics
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results.xml
name: test-results-test-actions-${{ matrix.DWITH_TEST_ACTIONS }}.xml
path: test-results.xml
if-no-files-found: error

0 comments on commit 8480471

Please sign in to comment.