diff --git a/.github/workflows/hotpath-comment.yml b/.github/workflows/hotpath-comment.yml index e1ed5df..6c3e2c0 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@v4 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: profile-metrics path: /tmp/metrics/ diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index 244fb2b..98541e1 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@v4 + - uses: actions/checkout@v6 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@v4 + - uses: actions/upload-artifact@v7 with: name: profile-metrics path: /tmp/metrics/