Skip to content

Commit

Permalink
Merge pull request #91 from warwickmm/bump_data_tests
Browse files Browse the repository at this point in the history
Bump versions of actions in data tests workflow
  • Loading branch information
dwillis authored Jan 10, 2023
2 parents b7121ba + b1d0ffe commit 921fb15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/data_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:

steps:
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.x

- name: Check out data
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
path: data

- name: Check out data tests
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
repository: openelections/openelections-data-tests
ref: v2.1.0
Expand All @@ -36,7 +36,7 @@ jobs:
run: python3 ${{ github.workspace }}/data_tests/run_tests.py --group-failures --log-file=${{ env.LOG_FILE }} ${{ matrix.test }} ${{ github.workspace }}/data

- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.test }}_full_logs
Expand Down

0 comments on commit 921fb15

Please sign in to comment.