diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 264ec8f..222b0bb 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -74,7 +74,7 @@ jobs: - name: Upload benchmark results if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-results path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f718765..7944d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage artifact if: matrix.python-version == '3.12' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-report path: coverage.xml diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b13d16b..f54618d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -325,7 +325,7 @@ jobs: - name: Upload logs if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: e2e-logs path: /tmp/e2e-logs/ diff --git a/.github/workflows/fresh-install.yml b/.github/workflows/fresh-install.yml index 656e9f5..60ba872 100644 --- a/.github/workflows/fresh-install.yml +++ b/.github/workflows/fresh-install.yml @@ -95,7 +95,7 @@ jobs: - name: Upload logs if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: fresh-install-logs path: /tmp/fresh-install-logs/