Skip to content

Commit

Permalink
try older upload and download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed May 21, 2024
1 parent 8620321 commit 2aebff2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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@v4
uses: actions/upload-artifact@v3
if: always()
with:
name: reportsEdge${{ matrix.python-version }}
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@v4
uses: actions/upload-artifact@v3
if: always()
with:
name: reportsChrome${{ matrix.python-version }}
Expand Down Expand Up @@ -127,12 +127,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download reportsChrome
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: reportsChrome
path: reports
- name: Download reportsEdge
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: reportsEdge
path: reports
Expand Down
Loading

0 comments on commit 2aebff2

Please sign in to comment.