Skip to content

Commit

Permalink
Update upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 30, 2025
1 parent 2ba429e commit 525562e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tf-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload test log files
if: always()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: e2e-test-artifacts
path: tf/test/e2etest/artifacts/
2 changes: 1 addition & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Upload test log files
if: always()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: kind-artifacts
path: logs/
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Upload test log files
if: always()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: kind-artifacts
path: logs/

0 comments on commit 525562e

Please sign in to comment.