diff --git a/.github/workflows/crankshaft.yml b/.github/workflows/crankshaft.yml index 47e9b214..f5494df1 100644 --- a/.github/workflows/crankshaft.yml +++ b/.github/workflows/crankshaft.yml @@ -167,7 +167,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: deploy - diff --git a/.github/workflows/pifile.yml b/.github/workflows/pifile.yml index a9524113..64bc49e6 100644 --- a/.github/workflows/pifile.yml +++ b/.github/workflows/pifile.yml @@ -177,7 +177,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ steps.get_version.outputs.version }}