Skip to content

Commit

Permalink
Merge branch 'master' into multi_step_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus authored Mar 6, 2024
2 parents 90d0a53 + 65c1374 commit 21f3b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: public-windows-latest-3.9
path: public/master
Expand Down

0 comments on commit 21f3b60

Please sign in to comment.