diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0743f81..d7db149 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@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* @@ -122,7 +122,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* @@ -156,7 +156,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76853e4..f05dacb 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@v6 + - uses: actions/download-artifact@v7 with: path: wheelhouse pattern: wheel-*