From 6938e16a6acb8eb3b36e7e149136f094e8365528 Mon Sep 17 00:00:00 2001 From: Barabanov Date: Fri, 17 Jan 2025 12:52:00 +0000 Subject: [PATCH] bump download-artifact --- .github/workflows/perf_benchmark.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf_benchmark.yaml b/.github/workflows/perf_benchmark.yaml index f5297c1a64..4de6b98e28 100644 --- a/.github/workflows/perf_benchmark.yaml +++ b/.github/workflows/perf_benchmark.yaml @@ -172,7 +172,7 @@ jobs: python -m pip install --require-hashes --no-deps -r /tmp/requirements.txt rm /tmp/requirements.txt - name: Download benchmark results - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: path: tests/perf/history/latest - name: Summarize benchamrk results diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5adc23c371..11dc49ebdb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -49,7 +49,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: path: dist pattern: artifact-*