From 439f58af7a07bea920593651e676e6a469023edb Mon Sep 17 00:00:00 2001 From: rohitkumar0510 Date: Wed, 27 Nov 2024 19:28:33 +0530 Subject: [PATCH] bump upload/download-artifact version --- .github/workflows/rebuild-trivy-bundle.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebuild-trivy-bundle.yaml b/.github/workflows/rebuild-trivy-bundle.yaml index 52fe92f..9401bf6 100644 --- a/.github/workflows/rebuild-trivy-bundle.yaml +++ b/.github/workflows/rebuild-trivy-bundle.yaml @@ -82,7 +82,7 @@ jobs: done - name: Upload Artifact with trivy-bundles Image Tags - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: trivy-tags-to-rebuild path: ./artifacts/tags-to-rebuild.txt @@ -102,7 +102,7 @@ jobs: ref: main - name: Download Artifact with dkp-insights Release Branches and their trivy-bundles Image Tags - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: trivy-tags-to-rebuild @@ -139,7 +139,7 @@ jobs: echo "UPDATED_TIMESTAMP=$updated_timestamp" >> $GITHUB_OUTPUT - name: Upload Artifact with dkp-insights Release Branch Names and their Corresponding Updated trivy-bundles Image Tags - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: updated-trivy-bundles-image-tags path: ./artifacts/updated-trivy-bundles-image-tags.txt @@ -170,7 +170,7 @@ jobs: git config --global user.name "d2iq-mergebot" - name: Download Artifact with dkp-insights Release Branches and their Updated trivy-bundles Image Tags - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: updated-trivy-bundles-image-tags