Skip to content

Commit

Permalink
Merge pull request #1793 from edalex-ian/ci/upgrade-artefact-upload
Browse files Browse the repository at this point in the history
CI: Upgrade GHA artefact upload action
  • Loading branch information
edalex-ian authored Jun 10, 2020
2 parents 3984a2d + 5ea5ae7 commit 2146e49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
target/*.zip
- name: Save primary artefacts
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: Artefacts
path: artefacts.tar
Expand All @@ -134,7 +134,7 @@ jobs:
./gradlew build
- name: Save primary artefacts
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: ImportExportTools
path: import-export-tool/build/libs/
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Save Scalacheck results
if: matrix.newui && failure()
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: ScalacheckReports
path: autotest/Tests/target/test-reports
Expand All @@ -231,21 +231,21 @@ jobs:
- name: Save TestNG Reports
if: failure()
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: TestNGReports-new-${{ matrix.newui }}
path: autotest/OldTests/target/testng

- name: Save oEQ Logs
if: failure()
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: oEQLogs-new-${{ matrix.newui }}
path: autotest/equella-install/logs

- name: Save Screenshots
if: failure()
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: Screenshots-new-${{ matrix.newui }}
path: autotest/Tests/target/test-reports/screenshots
Expand All @@ -256,7 +256,7 @@ jobs:
coverageReport
- name: Save Coverage Report
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: CoverageReport-newui-${{ matrix.newui }}
path: autotest/target/coverage-report/

0 comments on commit 2146e49

Please sign in to comment.