2323 with :
2424 python-version-file : " pyproject.toml"
2525 - name : Install uv ${{ vars.UV_VERSION }}
26- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
26+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2727 with :
2828 enable-cache : true
2929 version : ${{ vars.UV_VERSION }}
6666 with :
6767 python-version-file : " pyproject.toml"
6868 - name : Install uv ${{ vars.UV_VERSION }}
69- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
69+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
7070 with :
7171 enable-cache : true
7272 version : ${{ vars.UV_VERSION }}
7676 if : always()
7777 run : cp -r ./tests/core/pyspec/test-reports ./tests/core/pyspec/test-results-framework-${{ github.run_number }}
7878 - name : Upload framework test results
79- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8080 if : always()
8181 with :
8282 name : test-results-framework-${{ github.run_number }}
@@ -106,7 +106,7 @@ jobs:
106106 with :
107107 python-version-file : " pyproject.toml"
108108 - name : Install uv ${{ vars.UV_VERSION }}
109- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
109+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
110110 with :
111111 enable-cache : true
112112 version : ${{ vars.UV_VERSION }}
@@ -116,7 +116,7 @@ jobs:
116116 if : always()
117117 run : cp -r ./tests/core/pyspec/test-reports ./tests/core/pyspec/test-results-minimal-${{ matrix.fork }}-${{ github.run_number }}
118118 - name : Upload ${{ matrix.fork }} test results
119- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
119+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
120120 if : always()
121121 with :
122122 name : test-results-minimal-${{ matrix.fork }}-${{ github.run_number }}
0 commit comments