Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Nov 13, 2024
1 parent 3edd495 commit 1961562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check+deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
path: _src/
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
python3 -m pip install dist/wilson-*.whl
- name: Upload build as artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: wilson-dist-${{ github.sha }}
path: dist
Expand Down

0 comments on commit 1961562

Please sign in to comment.