diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5511abb..422abb3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -82,7 +82,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: wheel-* @@ -122,7 +122,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: wheel-* @@ -156,7 +156,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: wheel-* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb02646..5287297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: wheelhouse pattern: wheel-*