From 1f94c5b45cf163fc6f61d6c710c923ada183bfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:03:10 +0100 Subject: [PATCH] Bump actions/upload-artifact from 3.1.3 to 4.4.3 (#790) --- .github/workflows/actions.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1bfc5e4b6..ba839e763 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -110,7 +110,7 @@ jobs: - name: Upload artifacts if: ${{ failure() && steps.tests.conclusion == 'failure' }} - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ matrix.name }}-cassandra-logs path: ${{ matrix.artifacts_dir }}/cassandra*.log diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 964e53cda..597ee061b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif