Skip to content

Commit

Permalink
Revert "chore(deps): bump actions/upload-artifact from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 1625bfe.
  • Loading branch information
tadayosi committed Jan 10, 2024
1 parent 35bf00b commit 995f7b6
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 @@ -63,7 +63,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-results-${{ matrix.runtime }}-java-${{ matrix.java }}-${{ matrix.browser }}'
Expand All @@ -73,7 +73,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 995f7b6

Please sign in to comment.