Skip to content

Commit

Permalink
Merge pull request #1951 from tesla59/tesla/update-upload-artifact
Browse files Browse the repository at this point in the history
chore(ci): update actions/upload-artifact to v4
  • Loading branch information
Aryan-sharma11 authored Jan 24, 2025
2 parents 88f54a6 + 15467fe commit a88b0fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Archive log artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kubearmor.logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Archive log artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kubearmor.logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ubi-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Archive log artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kubearmor.logs
path: |
Expand Down

0 comments on commit a88b0fa

Please sign in to comment.