Skip to content

Commit 57a380f

Browse files
chore(deps): update github artifact actions to v4
1 parent 64cdc25 commit 57a380f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Download image
22-
uses: actions/download-artifact@v3
22+
uses: actions/download-artifact@v4
2323
with:
2424
name: open-feature-operator-local-${{ github.sha }}
2525
path: ${{ github.workspace }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload cluster logs
6666
if: failure()
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: e2e-tests
7070
path: .github/scripts/logs

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
sarif_file: "trivy-results.sarif"
9292
- name: Upload image as artifact
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: open-feature-operator-local-${{ github.sha }}
9696
path: ${{ github.workspace }}/open-feature-operator-local.tar

0 commit comments

Comments
 (0)