diff --git a/.github/workflows/staging_deploy.yaml b/.github/workflows/staging_deploy.yaml index 4d0c0fa9..a5add556 100644 --- a/.github/workflows/staging_deploy.yaml +++ b/.github/workflows/staging_deploy.yaml @@ -57,7 +57,7 @@ jobs: aws-region: us-west-2 - name: Download artifacts 📥 - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-artifact path: build diff --git a/CODEOWNERS b/CODEOWNERS index e8812326..e525c125 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,4 @@ # Default owners for everything in the repo * @overturemaps/omf-public-reviewers + +/.github @lowlydba @overturemaps/omf-public-reviewers