diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f88d4d..e8be91d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: cp -R .perf-results release-artifacts/perf-results fi tar -czf release-candidate.tgz release-artifacts - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: release-candidate path: release-candidate.tgz