Skip to content

Commit

Permalink
Updated to actions/upload-artifact@v4 in main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Sep 11, 2024
1 parent f467285 commit 1bcd42e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: regex-files
path: wheelhouse/*.whl
Expand Down Expand Up @@ -111,13 +111,13 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
- name: Upload source distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: regex-files
path: dist/*.tar.gz

- name: Upload manylinux1_x86_64 wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: regex-files
path: wheelhouse/*.whl
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
- name: Upload ${{ matrix.arch }} wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: regex-files
path: wheelhouse/*.whl
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2024.9.13

Updated to actions/upload-artifact@v4 in main.yml.

Version: 2024.9.12

Updated to actions/download-artifact@v4 in main.yml.
Expand Down

0 comments on commit 1bcd42e

Please sign in to comment.