Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
update actions/upload-articfact to v4, restored actions/checkout to v2. Chasing around and around, seeking sanity.
  • Loading branch information
willum070 committed Sep 12, 2024
1 parent 816335a commit a9a18f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shard: [1, 2, 3, 4, 5, 6, 7, 8]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/cache@v2
Expand All @@ -66,7 +66,7 @@ jobs:
env:
CI: true
- name: Push test report to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Test Results
Expand Down

0 comments on commit a9a18f2

Please sign in to comment.