Skip to content

Commit

Permalink
Revert "chore(deps): bump actions/download-artifact from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 7b9e1d9.
  • Loading branch information
tadayosi committed Jan 9, 2024
1 parent 6258094 commit 30e4599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
pull-requests: write
steps:
- name: Download Test Results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: 'test-results'
path: 'test-results'
Expand Down

0 comments on commit 30e4599

Please sign in to comment.