diff --git a/.github/workflows/hotpath-comment.yml b/.github/workflows/hotpath-comment.yml index 6c3e2c0..e1ed5df 100644 --- a/.github/workflows/hotpath-comment.yml +++ b/.github/workflows/hotpath-comment.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - uses: actions/download-artifact@v8 + - uses: actions/download-artifact@v4 with: name: profile-metrics path: /tmp/metrics/ diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index 98541e1..244fb2b 100644 --- a/.github/workflows/hotpath-profile.yml +++ b/.github/workflows/hotpath-profile.yml @@ -11,7 +11,7 @@ jobs: profile: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: echo '${{ github.base_ref }}' > /tmp/metrics/base_ref.txt echo '${{ github.head_ref }}' > /tmp/metrics/head_ref.txt - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@v4 with: name: profile-metrics path: /tmp/metrics/