Skip to content

Commit aa9a865

Browse files
committed
updated actions with latest upload-artifact and pypa release versions
1 parent 0d63a48 commit aa9a865

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
5252
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
5353

54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
path: wheelhouse/*.whl
5757

@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
8686

87-
- uses: actions/upload-artifact@v3
87+
- uses: actions/upload-artifact@v4
8888
with:
8989
path: python/dist/*.tar.gz
9090

@@ -101,15 +101,15 @@ jobs:
101101

102102
- name: Production Release
103103
if: startsWith(github.repository, 'MicrochipTech')
104-
uses: pypa/gh-action-pypi-publish@release/v1.5
104+
uses: pypa/gh-action-pypi-publish@release/v1.10.3
105105
with:
106106
user: __token__
107107
password: ${{ secrets.PYPI_API_TOKEN }}
108108
skip_existing: true
109109

110110
- name: Test Release
111111
if: ${{ !startsWith(github.repository, 'MicrochipTech') }}
112-
uses: pypa/gh-action-pypi-publish@release/v1.5
112+
uses: pypa/gh-action-pypi-publish@release/v1.10.3
113113
with:
114114
user: __token__
115115
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)