Unverified Commit 3f9b72a0 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 (#495812)

parents ad89a82e 57233d32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ jobs:
          target-as-trusted-at: ${{ inputs.targetSha }}

      - name: Download output paths and eval stats for all systems
        uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
        uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
        with:
          pattern: ${{ inputs.artifact-prefix }}diff-*
          path: diff
@@ -353,7 +353,7 @@ jobs:
    needs: [versions, eval]
    steps:
      - name: Download output paths and eval stats for all versions
        uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
        uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
        with:
          pattern: "*-diff-*"
          path: versions