diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd5b924c68..6c7a22c5f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,7 +315,7 @@ jobs: ruby-version: 4.0.0 - run: bundle install - name: Download all workflow run artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # tag v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # tag v8.0.1 - name: Collate Coverage Results run: bundle exec rake coverage:report - name: Upload coverage results diff --git a/.github/workflows/run_perfverse.yml b/.github/workflows/run_perfverse.yml index 19e6493773..44fa3daa8d 100644 --- a/.github/workflows/run_perfverse.yml +++ b/.github/workflows/run_perfverse.yml @@ -140,7 +140,7 @@ jobs: working-directory: ./test/perfverse/reports - name: Download all workflow run artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # tag v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # tag v8.0.1 with: path: test/perfverse/reports/inputs