Skip to content

Commit

Permalink
Update GitHub actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 21, 2024
1 parent ca47c71 commit 5bf6e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: bigladder/github-actions/setup-python-poetry@main
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: poetry run doit
- name: Upload output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-${{ matrix.os }}-py${{ matrix.python-version }}
path: output

0 comments on commit 5bf6e49

Please sign in to comment.