diff --git a/.github/workflows/crankshaft.yml b/.github/workflows/crankshaft.yml index f5494df1..3aef6dee 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@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: deploy - diff --git a/.github/workflows/pifile.yml b/.github/workflows/pifile.yml index 64bc49e6..8427b5fa 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@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ steps.get_version.outputs.version }}