diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index b0909673..98c0dd8a 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 - name: Check out repository uses: actions/checkout@v4.1.2 @@ -120,7 +120,7 @@ jobs: run: git checkout ${{ steps.head.outputs.content }} - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 with: path: /tmp/artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79812e63..8d60af9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 - name: Read HEAD ref id: head @@ -171,7 +171,7 @@ jobs: steps: # must read HEAD before checkout - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 - name: Read HEAD ref id: head @@ -202,7 +202,7 @@ jobs: # checkout will clobber downloaded artifacts; we have to download them again - name: Download all build artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.4 with: path: /tmp/artifacts