diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 560d8c8e..1db66664 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: go-version: "stable" # this downloads all artifacts of the current workflow into the current working directory, creating one directory per artifact - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 - id: glob run: | # We replace newlines with %0A, which GitHub apparently magically turns back into newlines