diff --git a/.github/workflows/staging_deploy.yml b/.github/workflows/staging_deploy.yml index 8317a5c..3b798c3 100644 --- a/.github/workflows/staging_deploy.yml +++ b/.github/workflows/staging_deploy.yml @@ -43,7 +43,7 @@ jobs: JEKYLL_ENV: production - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build-artifact path: _site diff --git a/CODEOWNERS b/CODEOWNERS index e881232..19132f2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,5 @@ # Default owners for everything in the repo * @overturemaps/omf-public-reviewers + +# GitHub Actions, workflows, and repo configuration +/.github/** @lowlydba @overturemaps/omf-public-reviewers