diff --git a/.github/workflows/bench-gate.yml b/.github/workflows/bench-gate.yml index 0737ebb2f..ff00e870e 100644 --- a/.github/workflows/bench-gate.yml +++ b/.github/workflows/bench-gate.yml @@ -87,7 +87,7 @@ jobs: - name: Upload run artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: bench-run-${{ github.sha }} path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b51b2700..a1f0629d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -426,7 +426,7 @@ jobs: - name: Upload benchmark artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-results-${{ github.sha }} path: | @@ -767,7 +767,7 @@ jobs: - name: Upload compat benchmark artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: compat-bench-node-${{ matrix.node-version }}-${{ github.sha }} path: tests/perf/ci-compat-*.json diff --git a/.github/workflows/go-sdk.yml b/.github/workflows/go-sdk.yml index 0a7099771..540de5791 100644 --- a/.github/workflows/go-sdk.yml +++ b/.github/workflows/go-sdk.yml @@ -98,7 +98,7 @@ jobs: go test ./... -count=1 - name: Upload coverage - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage path: sdks/go/coverage.out