From 37685bc762830a12359dc2defe677a22ada157d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:53:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/build.yaml | 2 +- .github/workflows/push-main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ec951c5..ef06ebf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Archive vulnerability scan results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: trivy-results-build path: trivy-results.txt diff --git a/.github/workflows/push-main.yaml b/.github/workflows/push-main.yaml index 999e5f7..53fa6ee 100644 --- a/.github/workflows/push-main.yaml +++ b/.github/workflows/push-main.yaml @@ -57,7 +57,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Archive vulnerability scan results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: trivy-results-main path: trivy-results.txt