-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/upload-artifact action to v3.1.3
- Loading branch information
1 parent
231a1ad
commit 8fc40ea
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ jobs: | |
target/*.zip | ||
- name: Save primary artefacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Artefacts | ||
path: artefacts.tar | ||
|
@@ -174,7 +174,7 @@ jobs: | |
tar cvf storybook.tar storybook-static | ||
- name: Save Static Storybook instance | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Storybook | ||
path: react-front-end/storybook.tar | ||
|
@@ -196,7 +196,7 @@ jobs: | |
./gradlew build | ||
- name: Save primary artefacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ImportExportTools | ||
path: import-export-tool/build/libs/ | ||
|
@@ -286,7 +286,7 @@ jobs: | |
- name: Save Scalacheck results | ||
if: matrix.newui && failure() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ScalacheckReports | ||
path: autotest/Tests/target/test-reports | ||
|
@@ -298,21 +298,21 @@ jobs: | |
- name: Save TestNG Reports | ||
if: failure() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: TestNGReports-new-${{ matrix.newui }} | ||
path: autotest/OldTests/target/testng | ||
|
||
- name: Save oEQ Logs | ||
if: failure() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: oEQLogs-new-${{ matrix.newui }} | ||
path: autotest/equella-install/logs | ||
|
||
- name: Save Screenshots | ||
if: failure() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Screenshots-new-${{ matrix.newui }} | ||
path: autotest/Tests/target/test-reports/screenshots | ||
|
@@ -330,7 +330,7 @@ jobs: | |
tar cvf coverage_report.tar autotest/target/coverage-report/ | ||
- name: Save Coverage Report | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: CoverageReport-newui-${{ matrix.newui }} | ||
path: coverage_report.tar | ||
|
@@ -413,7 +413,7 @@ jobs: | |
- name: Save oEQ logs for REST Module | ||
if: failure() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: oEQ-logs-rest-module | ||
path: autotest/equella-install/logs |