Skip to content

Commit

Permalink
fix: update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Sep 11, 2024
1 parent 9362926 commit f83cb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mv bats/.e2e-tilt.log bats/e2e-tilt.log
- name: Upload Tilt log
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Tilt log
path: bats/e2e-tilt.log
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
fi
- name: Upload Tilt log
if: steps.prepare_tilt_log.outputs.prepared == 'true'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Tilt log
path: dev/e2e-tilt.log

0 comments on commit f83cb69

Please sign in to comment.