Skip to content

Commit

Permalink
Update Check & Deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstangl authored Feb 12, 2025
1 parent d062d79 commit 8be6819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -55,7 +55,7 @@ jobs:
python3 -m pip install dist/flavio-*.whl
- name: Upload build as artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: flavio-dist-${{ github.sha }}
path: dist
Expand Down

0 comments on commit 8be6819

Please sign in to comment.