From 6132414d768dd3f309786f772230a0d2f9bdf787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:59:00 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.0 --- .github/workflows/e2e_testing.yml | 2 +- .github/workflows/longrun_testing.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_testing.yml b/.github/workflows/e2e_testing.yml index 6dde1e9..1996b25 100644 --- a/.github/workflows/e2e_testing.yml +++ b/.github/workflows/e2e_testing.yml @@ -32,7 +32,7 @@ jobs: mkdir -p output ./k6 run e2e/k6-load/local_test.js - name: Archive load test results - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: load-test-report path: output/* \ No newline at end of file diff --git a/.github/workflows/longrun_testing.yml b/.github/workflows/longrun_testing.yml index a62c530..95f9eb0 100644 --- a/.github/workflows/longrun_testing.yml +++ b/.github/workflows/longrun_testing.yml @@ -24,7 +24,7 @@ jobs: mkdir -p output ./k6 run e2e/k6-load/local_long_test.js - name: Archive load test results - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: load-test-report path: output/* \ No newline at end of file diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8e3856f..361420c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -61,7 +61,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: SARIF file path: results.sarif