diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 5329ab52a..d25873c0e 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -70,7 +70,7 @@ jobs: run: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-sdist path: pact-python-cli/dist/*.tar* @@ -106,7 +106,7 @@ jobs: CIBW_BUILD: cp${{ env.STABLE_PYTHON_VERSION }}-* - name: Upload wheels - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-${{ matrix.os }} path: wheelhouse/*.whl @@ -179,7 +179,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Download wheels and sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: wheelhouse merge-multiple: true diff --git a/.github/workflows/build-ffi.yml b/.github/workflows/build-ffi.yml index 9fd091158..4543e8b38 100644 --- a/.github/workflows/build-ffi.yml +++ b/.github/workflows/build-ffi.yml @@ -70,7 +70,7 @@ jobs: run: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-sdist path: pact-python-ffi/dist/*.tar* @@ -107,7 +107,7 @@ jobs: HATCH_VERBOSE: '1' - name: Upload wheels - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-${{ matrix.os }} path: wheelhouse/*.whl @@ -180,7 +180,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Download wheels and sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: wheelhouse merge-multiple: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e67ace5f..48e054579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: run: hatch build - name: Upload sdist - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-sdist path: ./dist/*.tar* @@ -76,7 +76,7 @@ jobs: compression-level: 0 - name: Upload wheel - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: wheels-whl path: ./dist/*.whl @@ -146,7 +146,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Download wheels and sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: wheelhouse merge-multiple: true