diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a98aa1..7b873b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Test run: go test -v ./... - name: Save artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.4.3 with: name: greggd path: greggd