Skip to content

Commit

Permalink
Merge pull request #279 from cta-observatory/fix_ci_warnings
Browse files Browse the repository at this point in the history
Fix download of artifacts
  • Loading branch information
maxnoe authored Jul 16, 2024
2 parents 8c4bfbd + 7d3784c commit 7aabe1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand Down Expand Up @@ -71,7 +73,7 @@ jobs:
- build_sdist
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: preparing upload
run: |
Expand Down

0 comments on commit 7aabe1c

Please sign in to comment.