diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index ac0abaaf..e5013012 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -84,7 +84,7 @@ jobs: steps: - name: Download built artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: mobility-release-artifacts path: dist @@ -107,7 +107,7 @@ jobs: steps: - name: Download built artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: mobility-release-artifacts path: dist