Skip to content

Commit

Permalink
Merge pull request #827 from lyzuiui/dev-fix-ci-workflow
Browse files Browse the repository at this point in the history
fix: update ci workflows to begin using v4 of the upload-artifact
  • Loading branch information
duanmengkk authored Feb 7, 2025
2 parents 3f7ff61 + 6b76945 commit c19942f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ jobs:
ARTIFACTS_PATH: ${{ github.workspace }}/e2e-test/${{ matrix.k8s }}/
run: hack/rune2e.sh
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: kosmos-e2e-logs-${{ github.run_id }}_${{ matrix.k8s }}
path: ${{ github.workspace }}/e2e-test/${{ matrix.k8s }}/
- name: upload environments logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kosmos_environments_log_${{ matrix.k8s }}
path: ${{ github.workspace }}/environments

0 comments on commit c19942f

Please sign in to comment.