From 01acf127e97d1b9392c606cde1aab57ad24b8576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 02:11:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.1.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 9424bed..8a13772 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.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 25b6704..4da7ba5 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.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 ad55fbf..e389cf5 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif