diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 560e27b56f..80bcb0088f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: # retrieve your distributions here - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: artifacts path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92d7abc7a3..f104f18987 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -779,7 +779,7 @@ jobs: run: | pip3 install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: path: ./coverage - name: Combine coverage