diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8e9bb0a8..39235157 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -72,7 +72,7 @@ jobs: args: build --rm-dist --skip-validate --snapshot --debug - name: Archive generated artifacts - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: parca-load-dist-container if-no-files-found: error @@ -104,7 +104,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: parca-load-dist-container path: dist diff --git a/go.mod b/go.mod index 1a01d5e3..c76c049f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/parca-dev/parca-load go 1.22.7 -toolchain go1.23.5 +toolchain go1.24.5 require ( buf.build/gen/go/parca-dev/parca/connectrpc/go v1.18.1-20250106133455-d226cc6e7498.1