From 8fc40eaab0f69ae9f4e4662dc2a7863aeb05f599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:37:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.1.3 --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2ebb10c5e..e8b0c316a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: target/*.zip - name: Save primary artefacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.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/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: Storybook path: react-front-end/storybook.tar @@ -196,7 +196,7 @@ jobs: ./gradlew build - name: Save primary artefacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.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/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ScalacheckReports path: autotest/Tests/target/test-reports @@ -298,21 +298,21 @@ jobs: - name: Save TestNG Reports if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: TestNGReports-new-${{ matrix.newui }} path: autotest/OldTests/target/testng - name: Save oEQ Logs if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: oEQLogs-new-${{ matrix.newui }} path: autotest/equella-install/logs - name: Save Screenshots if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.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/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.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/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: oEQ-logs-rest-module path: autotest/equella-install/logs