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