Skip to content

Commit

Permalink
Revert "Reapply "chore(deps): bump actions/upload-artifact from 3 to 4""
Browse files Browse the repository at this point in the history
This reverts commit 8b9d2ee.
  • Loading branch information
tadayosi committed Jan 9, 2024
1 parent 31f5a83 commit 2e08ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
cp $REPORT_DIR/cucumber-reports/* results/$REPORT_DIR/
ls $REPORT_DIR/cucumber-reports/
- name: Archive test artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: always()
with:
name: 'test-${{ env.REPORT_DIR }}'
Expand All @@ -152,7 +152,7 @@ jobs:
${{ env.REPORT_DIR }}/cucumber-reports/*
- name: Archive failed test reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: always()
with:
name: 'test-results'
Expand Down

0 comments on commit 2e08ae3

Please sign in to comment.