diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 51e54f62e853..ae15cf30b430 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -73,7 +73,7 @@ jobs: # See this for more information: # https://github.blog/changelog/2020-10-08-github-actions-ability-to-change-retention-days-for-artifacts-and-logs/ - name: Keep PR run event - uses: actions/upload-artifact@b18b1d32f3f31abcdc29dee3f2484801fe7822f4 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 with: name: pr-event path: event.json diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d6b1bd116796..6ce50c6fce82 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -238,7 +238,7 @@ jobs: # See this for more information: # https://github.blog/changelog/2020-10-08-github-actions-ability-to-change-retention-days-for-artifacts-and-logs/ - name: Keep PR run event - uses: actions/upload-artifact@b18b1d32f3f31abcdc29dee3f2484801fe7822f4 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 if: needs.pre-checks.outputs.PRE_CHECK && needs.pre-checks.outputs.PRE_CHECK == 'feature-deploy' && !(needs.pre-checks.outputs.PRE_RELEASE == 'true') with: name: pr-event