diff --git a/.github/workflows/pre-release-test.yml b/.github/workflows/pre-release-test.yml index a3cfe8a..69b03cb 100644 --- a/.github/workflows/pre-release-test.yml +++ b/.github/workflows/pre-release-test.yml @@ -66,7 +66,7 @@ jobs: run: go build -o bin/specter ./cmd/specter/ - name: Upload binary - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: specter-binary path: specter/bin/specter