Skip to content

Commit

Permalink
Update e2e.yml to fix upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adrikagupta authored Dec 5, 2024
1 parent cbb250e commit 992612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
run: python3 e2e/src/main/scripts/run_e2e_test.py --module ${{ matrix.module }}
- name: Upload report
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
if: always()
with:
name: Cucumber report
Expand Down

0 comments on commit 992612f

Please sign in to comment.