diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3c71d85..7cc200a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: - name: Build source distribution run: pipx run build --sdist --outdir dist/ - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: source_distribution path: dist @@ -66,7 +66,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_windows_amd64 path: ./wheelhouse/*.whl @@ -97,7 +97,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_linux_amd64 path: ./wheelhouse/*.whl @@ -132,7 +132,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_linux_aarch64 path: ./wheelhouse/*.whl @@ -168,7 +168,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_linux_s390x path: ./wheelhouse/*.whl @@ -204,7 +204,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_linux_ppc64le path: ./wheelhouse/*.whl @@ -232,7 +232,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_macos_x86_64 path: ./wheelhouse/*.whl @@ -260,7 +260,7 @@ jobs: hugo env --logLevel debug - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_macos_arm64 path: ./wheelhouse/*.whl @@ -290,7 +290,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: path: upload/ merge-multiple: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d067f..bec96cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: hugo env --logLevel debug - name: Upload artifacts for debugging - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: wheels_${{ matrix.runs-on }}_${{ matrix.architecture }}_py${{ matrix.python-version }} path: ./wheelhouse/*.whl