diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 9961737ca..ef376aa15 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -152,7 +152,7 @@ jobs: - name: Upload local wheels artifact if: needs.init.outputs.build_wheels == 'true' && needs.init.outputs.publish == 'false' - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: wheels-${{ matrix.arch }} path: wheels diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e041f3a8d..75bfa3432 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -386,7 +386,7 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: coverage path: .coverage