From 0e628078ad6314058caa99c76b9d104ce9e30590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:48:00 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/e2e.yml | 4 ++-- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 036165de8..b777fa65e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: open-feature-operator-local-${{ github.sha }} path: ${{ github.workspace }} @@ -64,7 +64,7 @@ jobs: - name: Upload cluster logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-tests path: .github/scripts/logs diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 8d5071031..d6da9eefc 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -90,7 +90,7 @@ jobs: with: sarif_file: "trivy-results.sarif" - name: Upload image as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: open-feature-operator-local-${{ github.sha }} path: ${{ github.workspace }}/open-feature-operator-local.tar