Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Sep 8, 2023
1 parent 231a1ad commit 8fc40ea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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/
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 8fc40ea

Please sign in to comment.