Skip to content

Commit

Permalink
Merge cdd55ad into 6e808b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
2 parents 6e808b1 + cdd55ad commit 3214d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
new_command_on_retry: sleep 30; robot --rerunfailed "reports/outputEdge.xml" -i Edge --output reports/outputEdge.xml test

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: reportsEdge
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
robot --rerunfailed "reports/outputChrome.xml" -e BrokenORWindowsOREdge --output reports/outputChrome.xml test
- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: reportsChrome
Expand Down

0 comments on commit 3214d4b

Please sign in to comment.