Skip to content

Commit

Permalink
Upload-artifacts update
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 1, 2024
1 parent a79e9fe commit e0c9e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
TAG_FIX: ${{ matrix.fix_tag }}
DEV_PYPI: true
- name: Store the binary wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
env:
TAG_FIX: ${{ matrix.fix_tag }}
- name: Store the binary wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
env:
TAG_FIX: ${{ matrix.fix_tag }}
- name: Store the binary wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
# ls -lhta ./dist
#
# - name: Store the binary wheel
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: python-package-distributions
# path: dist
Expand Down

0 comments on commit e0c9e5c

Please sign in to comment.