Skip to content

Commit

Permalink
Update run-golden-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane authored Sep 30, 2024
1 parent 35b19c9 commit 06b1004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-golden-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies and package
Expand All @@ -24,7 +24,7 @@ jobs:
run:
python golden_tests/run_all_tests.py
- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: result-differences-file-upload
path: golden_tests/differences/*.testLog

0 comments on commit 06b1004

Please sign in to comment.