Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy authored Feb 6, 2025
1 parent a8fa3a4 commit e083069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ jobs:

steps:
- name: Download artifacts (Ubuntu)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-ubuntu-latest
path: ./dist-ubuntu

- name: Download artifacts (Windows)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-windows-latest
path: ./dist-windows

- name: Download artifacts (macOS 13)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-macos-13
path: ./dist-macos-13

- name: Download artifacts (macOS 14)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-macos-14
path: ./dist-macos-14
Expand Down

0 comments on commit e083069

Please sign in to comment.