diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6692337..a47bc1b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: || startsWith( needs.prep.outputs.branch, 'stable-' ) ) }} steps: - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: build-artifacts - name: Setup SSH @@ -146,7 +146,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: build-artifacts - name: Create Release