File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments