Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
linux/amd64
tags: e2e/nri-kube-events:test
- name: Upload Image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: nri-kube-events
path: nri-kube-events.tar
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Run integreation tests
run: make test-integration
- name: Download Image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: nri-kube-events
- name: Load image for chart testing
Expand Down
Loading